Searched refs:isAddressUse (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp671 /// isAddressUse - Returns true if the specified instruction is using the
673 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { function
2859 if (!IncConst || !isAddressUse(UserInst, Operand))
2999 if (isAddressUse(LF.UserInst, LF.OperandValToReplace)) {

Completed in 132 milliseconds