Home
last modified time | relevance | path

Searched refs:EvalMode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp614 EvalOptions.EvalMode = in lowerObjectSizeCall()
617 EvalOptions.EvalMode = ObjectSizeOpts::Mode::ExactSizeFromOffset; in lowerObjectSizeCall()
679 ObjectSizeOpts::Mode EvalMode) { in combinePossibleConstantValues() argument
682 if (EvalMode == ObjectSizeOpts::Mode::Max) in combinePossibleConstantValues()
689 const Value *V, ObjectSizeOpts::Mode EvalMode, unsigned recursionDepth) { in aggregatePossibleConstantValuesImpl() argument
698 aggregatePossibleConstantValuesImpl(SI->getTrueValue(), EvalMode, in aggregatePossibleConstantValuesImpl()
700 aggregatePossibleConstantValuesImpl(SI->getFalseValue(), EvalMode, in aggregatePossibleConstantValuesImpl()
702 EvalMode); in aggregatePossibleConstantValuesImpl()
708 PN->getIncomingValue(0), EvalMode, recursionDepth + 1); in aggregatePossibleConstantValuesImpl()
711 PN->getIncomingValue(I), EvalMode, recursionDepth + 1); in aggregatePossibleConstantValuesImpl()
[all …]
H A DInstructionSimplify.cpp2729 Opts.EvalMode = ObjectSizeOpts::Mode::Min; in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp193 EvalOpts.EvalMode = ObjectSizeOpts::Mode::ExactUnderlyingSizeAndOffset; in addBoundsChecking()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h160 Mode EvalMode = Mode::ExactSizeFromOffset; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1007 } EvalMode; member in __anonfb577fba0411::EvalInfo
1032 HasFoldFailureDiagnostic(false), EvalMode(Mode) {} in EvalInfo()
1210 switch (EvalMode) { in hasPriorDiagnostic()
1232 switch (EvalMode) { in keepEvaluatingAfterSideEffect()
1256 switch (EvalMode) { in keepEvaluatingAfterUndefinedBehavior()
1282 switch (EvalMode) { in keepEvaluatingAfterFailure()
1344 OldMode(Info.EvalMode) { in FoldConstant()
1346 Info.EvalMode = EvalInfo::EM_ConstantFold; in FoldConstant()
1353 Info.EvalMode = OldMode; in ~FoldConstant()
1363 : Info(Info), OldMode(Info.EvalMode) { in IgnoreSideEffectsRAII()
[all …]