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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp678 Constant *OperandVal = 0;
689 if (OperandVal == 0) { // Grab the first value.
690 OperandVal = IV.getConstant();
700 if (IV.getConstant() != OperandVal)
705 // arguments that agree with each other(and OperandVal is the constant) or
706 // OperandVal is null because there are no defined incoming arguments. If
709 if (OperandVal)
710 markConstant(&PN, OperandVal); // Acquire operand value
H A DLoopStrengthReduce.cpp601 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { argument
604 if (SI->getOperand(1) == OperandVal)
616 if (II->getArgOperand(0) == OperandVal)

Completed in 156 milliseconds