Searched refs:OperandVal (Results 1 – 3 of 3) sorted by relevance
674 Constant *OperandVal = nullptr; in visitPHINode() local685 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()
814 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local815 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()
672 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument675 if (SI->getOperand(1) == OperandVal) in isAddressUse()687 if (II->getArgOperand(0) == OperandVal) in isAddressUse()