Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp190 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in operator +() local
208 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator +() local
222 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -() local
244 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator -() local
290 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator *() local
315 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in operator /() local
323 int64_t RightValue = cantFail(RightOperand.getSignedValue()); in max() local
329 uint64_t RightValue = cantFail(RightOperand.getUnsignedValue()); in max() local
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp360 T1 LeftValue, T2 RightValue) { in doValueOperation()
382 T2 RightValue, TR ResultValue) { in expectOperationValueResult()
391 T2 RightValue) { in expectOperationValueResult()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp673 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp800 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp805 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local