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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp588 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { argument
591 if (SI->getOperand(1) == OperandVal)
603 if (II->getArgOperand(0) == OperandVal)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp676 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { argument
679 if (SI->getOperand(1) == OperandVal)
687 if (II->getArgOperand(0) == OperandVal)

Completed in 205 milliseconds