Home
last modified time | relevance | path

Searched refs:OperandVal (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp674 Constant *OperandVal = nullptr; in visitPHINode() local
685 if (!OperandVal) { // Grab the first value. in visitPHINode()
686 OperandVal = IV.getConstant(); in visitPHINode()
696 if (IV.getConstant() != OperandVal) in visitPHINode()
705 if (OperandVal) in visitPHINode()
706 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
H A DLoopStrengthReduce.cpp673 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
676 if (SI->getOperand(1) == OperandVal) in isAddressUse()
688 if (II->getArgOperand(0) == OperandVal) in isAddressUse()