Searched refs:OperandVal (Results 1 – 5 of 5) sorted by relevance
697 Constant *OperandVal = nullptr; in visitPHINode() local708 if (!OperandVal) { // Grab the first value. in visitPHINode()709 OperandVal = IV.getConstant(); in visitPHINode()719 if (IV.getConstant() != OperandVal) in visitPHINode()728 if (OperandVal) in visitPHINode()729 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
909 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local910 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()
676 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument679 if (SI->getOperand(1) == OperandVal) in isAddressUse()687 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
732 Constant *OperandVal = 0; in visitPHINode() local743 if (OperandVal == 0) { // Grab the first value. in visitPHINode()744 OperandVal = IV.getConstant(); in visitPHINode()754 if (IV.getConstant() != OperandVal) in visitPHINode()763 if (OperandVal) in visitPHINode()764 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
588 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument591 if (SI->getOperand(1) == OperandVal) in isAddressUse()603 if (II->getArgOperand(0) == OperandVal) in isAddressUse()