Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp786 Constant *OperandVal = nullptr; in visitPHINode() local
797 if (!OperandVal) { // Grab the first value. in visitPHINode()
798 OperandVal = IV.getConstant(); in visitPHINode()
808 if (IV.getConstant() != OperandVal) in visitPHINode()
816 if (OperandVal) in visitPHINode()
817 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode()
H A DLoopStrengthReduce.cpp790 Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
793 if (SI->getPointerOperand() == OperandVal) in isAddressUse()
801 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
806 if (II->getArgOperand(0) == OperandVal || in isAddressUse()
807 II->getArgOperand(1) == OperandVal) in isAddressUse()
813 if (IntrInfo.PtrVal == OperandVal) in isAddressUse()
819 if (RMW->getPointerOperand() == OperandVal) in isAddressUse()
822 if (CmpX->getPointerOperand() == OperandVal) in isAddressUse()
830 Instruction *Inst, Value *OperandVal) { in getAccessType() argument
846 AccessTy.MemTy = OperandVal->getType(); in getAccessType()
[all …]
H A DLoopInterchange.cpp1042 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local
1043 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()