Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp142 const SVal OperandVal = Ctx.getSVal(operandExpr(Side)); in assumeRequirement() local
147 auto ResultVal = SVB.evalBinOp(FoldedState, Comparison, OperandVal, LimitVal, in assumeRequirement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp854 Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
857 if (SI->getPointerOperand() == OperandVal) in isAddressUse()
866 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
870 if (II->getArgOperand(1) == OperandVal) in isAddressUse()
875 if (II->getArgOperand(0) == OperandVal || in isAddressUse()
876 II->getArgOperand(1) == OperandVal) in isAddressUse()
882 if (IntrInfo.PtrVal == OperandVal) in isAddressUse()
888 if (RMW->getPointerOperand() == OperandVal) in isAddressUse()
891 if (CmpX->getPointerOperand() == OperandVal) in isAddressUse()
920 AccessTy.MemTy = OperandVal->getType(); in getAccessType()
[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()