Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp208 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in operator +() local
226 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator +() local
240 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -() local
262 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -() local
308 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator *() local
333 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator /() local
341 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in max() local
347 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in max() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp673 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp800 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp802 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local