Home
last modified time | relevance | path

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

/external/protobuf/csharp/protos/
Dunittest_issues.proto48 MinusOne = -1; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp648 ConstantInt *MinusOne = Builder.getInt32(~0); in expandDivRem32() local
DAMDGPUISelLowering.cpp1663 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); in LowerUDIVREM64() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp886 Constant *MinusOne = ConstantVector::getSplat(NumElts, Builder.getInt64(-1)); in UpgradeIntrinsicCall() local
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs71 [pbr::OriginalName("MinusOne")] MinusOne = -1, enumerator
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1416 const SCEV *MinusOne = in runOnLoop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1117 Constant *MinusOne = Constant::getAllOnesValue(NBits->getType()); in canonicalizeLowbitMask() local
DInstCombineAndOrXor.cpp2379 Value *MinusOne = ConstantInt::getAllOnesValue(LHS0->getType()); in foldXorOfICmps() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp745 const SCEV *MinusOne = in isSafeDecreasingBound() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp609 APInt MinusOne = -One; in TEST() local
/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-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3988 bool MinusOne) { in expandMOV32r1()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1904 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10009 auto *MinusOne = getNegativeSCEV(getOne(RHS->getType())); in isImpliedViaOperations() local
10082 auto *MinusOne = getNegativeSCEV(getOne(WTy)); in isImpliedViaOperations() local