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

/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp673 Constant *OperandVal = nullptr;
684 if (!OperandVal) { // Grab the first value.
685 OperandVal = IV.getConstant();
695 if (IV.getConstant() != OperandVal)
700 // arguments that agree with each other(and OperandVal is the constant) or
701 // OperandVal is null because there are no defined incoming arguments. If
704 if (OperandVal)
705 markConstant(&PN, OperandVal); // Acquire operand value
H A DLoopStrengthReduce.cpp673 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { argument
676 if (SI->getOperand(1) == OperandVal)
688 if (II->getArgOperand(0) == OperandVal)

Completed in 1662 milliseconds