Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp140 const SVal OperandVal = Ctx.getSVal(operandExpr(Side)); in assumeRequirement() local
145 auto ResultVal = SVB.evalBinOp(FoldedState, Comparison, OperandVal, LimitVal, in assumeRequirement()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp995 Instruction *Inst, Value *OperandVal) { in isAddressUse() argument
998 if (SI->getPointerOperand() == OperandVal) in isAddressUse()
1007 if (II->getArgOperand(0) == OperandVal) in isAddressUse()
1011 if (II->getArgOperand(1) == OperandVal) in isAddressUse()
1016 if (II->getArgOperand(0) == OperandVal || in isAddressUse()
1017 II->getArgOperand(1) == OperandVal) in isAddressUse()
1023 if (IntrInfo.PtrVal == OperandVal) in isAddressUse()
1029 if (RMW->getPointerOperand() == OperandVal) in isAddressUse()
1032 if (CmpX->getPointerOperand() == OperandVal) in isAddressUse()
1040 Instruction *Inst, Value *OperandVal) { in getAccessType() argument
[all …]
H A DLoopInterchange.cpp1248 const SCEV *OperandVal = SE->getSCEV(Op); in getInstrOrderCost() local
1249 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal); in getInstrOrderCost()