Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp853 Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
856 if (SI->getPointerOperand() == OperandVal) in isAddressUse()
865 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
869 if (II->getArgOperand(1) == OperandVal) in isAddressUse()
874 if (II->getArgOperand(0) == OperandVal || in isAddressUse()
875 II->getArgOperand(1) == OperandVal) in isAddressUse()
881 if (IntrInfo.PtrVal == OperandVal) in isAddressUse()
887 if (RMW->getPointerOperand() == OperandVal) in isAddressUse()
890 if (CmpX->getPointerOperand() == OperandVal) in isAddressUse()
898 Instruction *Inst, Value *OperandVal) { in getAccessType() argument
[all …]
H A DLoopInterchange.cpp1061 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local
1062 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()