Home
last modified time | relevance | path

Searched defs:MinusOne (Results 1 – 21 of 21) sorted by relevance

/external/arm-optimized-routines/pl/math/
Dv_log1pf_2u1.c16 #define MinusOne 0xbf800000 macro
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/
Dunittest_issues.proto48 MinusOne = -1; enumerator
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/
Dunittest_issues.proto48 MinusOne = -1; enumerator
/external/cronet/third_party/protobuf/csharp/protos/
Dunittest_issues.proto49 MinusOne = -1; enumerator
/external/protobuf/csharp/protos/
Dunittest_issues.proto49 MinusOne = -1; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp778 ConstantInt *MinusOne = Builder.getInt32(~0); in expandDivRem32() local
DAMDGPUISelLowering.cpp1749 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); in LowerUDIVREM64() local
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1416 const SCEV *MinusOne = in runOnLoop() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp886 Constant *MinusOne = ConstantVector::getSplat(NumElts, Builder.getInt64(-1)); in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/subzero/src/
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
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp683 const SCEV *MinusOne = in isSafeDecreasingBound() local
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs86 [pbr::OriginalName("MinusOne")] MinusOne = -1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1070 Constant *MinusOne = Constant::getAllOnesValue(NBits->getType()); in canonicalizeLowbitMask() local
DInstCombineAndOrXor.cpp2840 Value *MinusOne = ConstantInt::getAllOnesValue(LHS0->getType()); in foldXorOfICmps() local
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs90 [pbr::OriginalName("MinusOne")] MinusOne = -1, enumerator
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5421 bool MinusOne) { in expandMOV32r1()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1712 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3905 bool MinusOne) { in expandMOV32r1()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2230 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10330 auto *MinusOne = getNegativeSCEV(getOne(RHS->getType())); in isImpliedViaOperations() local
10403 auto *MinusOne = getNegativeSCEV(getOne(WTy)); in isImpliedViaOperations() local