Searched refs:OperandVal (Results 1 – 3 of 3) sorted by relevance
682 Constant *OperandVal = nullptr; in visitPHINode() local693 if (!OperandVal) { // Grab the first value. in visitPHINode()694 OperandVal = IV.getConstant(); in visitPHINode()704 if (IV.getConstant() != OperandVal) in visitPHINode()713 if (OperandVal) in visitPHINode()714 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
913 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local914 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()691 if (II->getArgOperand(0) == OperandVal) in isAddressUse()