Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp189 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
207 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +() local
221 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
243 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator -() local
289 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator *() local
314 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator /() local
322 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in max() local
328 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in max() local
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp360 T1 LeftValue, T2 RightValue) { in doValueOperation()
381 static void expectOperationValueResult(binop_eval_t Operation, T1 LeftValue, in expectOperationValueResult()
390 static void expectOperationValueResult(binop_eval_t Operation, T1 LeftValue, in expectOperationValueResult()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp669 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp796 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp801 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local