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

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

Completed in 112 milliseconds