Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp990 Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
993 if (SI->getPointerOperand() == OperandVal) in isAddressUse()
1002 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
1006 if (II->getArgOperand(1) == OperandVal) in isAddressUse()
1011 if (II->getArgOperand(0) == OperandVal || in isAddressUse()
1012 II->getArgOperand(1) == OperandVal) in isAddressUse()
1018 if (IntrInfo.PtrVal == OperandVal) in isAddressUse()
1024 if (RMW->getPointerOperand() == OperandVal) in isAddressUse()
1027 if (CmpX->getPointerOperand() == OperandVal) in isAddressUse()
1035 Instruction *Inst, Value *OperandVal) { in getAccessType() argument
[all …]
H A DLoopInterchange.cpp1055 const SCEV *OperandVal = SE->getSCEV(GEP->getOperand(i)); in getInstrOrderCost() local
1056 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()