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

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

Completed in 133 milliseconds