Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp385 static void expectOperationValueResult(binop_eval_t Operation, APInt LeftValue, in expectOperationValueResult()
394 static void expectOperationValueResult(binop_eval_t Operation, T1 LeftValue, in expectOperationValueResult()
407 static void expectOperationValueResult(binop_eval_t Operation, T1 LeftValue, in expectOperationValueResult()
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp177 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local