Home
last modified time | relevance | path

Searched defs:MinusOne (Results 1 - 16 of 16) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Denum-undefault.h9 MinusOne = -1, enumerator
H A Denum_packed.h9 MinusOne = -1, enumerator
H A Denum.h17 MinusOne = -1, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Denum-no-debug-rust.rs64 pub const MinusOne: Type = -1; consts
H A Denum-default-rust.rs64 pub const MinusOne: Type = -1; consts
H A Denum-default-consts.rs56 pub const MinusOne: Type = -1; consts
H A Denum-default-module.rs60 pub const MinusOne: Type = -1; consts
H A Denum-default-bitfield.rs116 pub const MinusOne: Type = -1; consts
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs86 [pbr::OriginalName("MinusOne")] MinusOne = -1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp778 ConstantInt *MinusOne = Builder.getInt32(~0); in expandDivRem32() local
H A DAMDGPUISelLowering.cpp1749 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); in LowerUDIVREM64() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp683 const SCEV *MinusOne = in isSafeDecreasingBound() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2840 Value *MinusOne = ConstantInt::getAllOnesValue(LHS0->getType()); in foldXorOfICmps() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3904 expandMOV32r1(MachineInstrBuilder &MIB, const TargetInstrInfo &TII, bool MinusOne) expandMOV32r1() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.cpp3062 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in lowerIcmpVector() local
3079 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in lowerIcmpVector() local
3096 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in lowerIcmpVector() local
6455 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in makeVectorOfOnes() local
H A DIceTargetLoweringX8632.cpp3364 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in lowerIcmpVector() local
3381 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in lowerIcmpVector() local
3398 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in lowerIcmpVector() local
7193 Variable *MinusOne = makeVectorOfMinusOnes(Ty); in makeVectorOfOnes() local

Completed in 54 milliseconds