Home
last modified time | relevance | path

Searched defs:LeftValue (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp207 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
225 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +() local
239 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
261 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator -() local
307 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator *() local
332 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator /() local
340 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in max() local
346 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in max() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp669 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp796 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp798 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local