Home
last modified time | relevance | path

Searched refs:OperandVal (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp682 Constant *OperandVal = nullptr; in visitPHINode() local
693 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()
DLoopInterchange.cpp913 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local
914 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()
DLoopStrengthReduce.cpp676 static bool isAddressUse(Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
679 if (SI->getOperand(1) == OperandVal) in isAddressUse()
691 if (II->getArgOperand(0) == OperandVal) in isAddressUse()