Searched defs:OperandVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp673 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { argument
676 if (SI->getOperand(1) == OperandVal)
688 if (II->getArgOperand(0) == OperandVal)

Completed in 98 milliseconds