Home
last modified time | relevance | path

Searched defs:PEO (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp441 if (auto *PEO = dyn_cast<PossiblyExactOperator>(I)) in ReduceExpressionGraph() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp748 } else if (const auto *PEO = dyn_cast<PossiblyExactOperator>(V)) { in getOptimizationFlags() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp56 if (auto *PEO = dyn_cast<PossiblyExactOperator>(I)) in PoisonFlags() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1668 } else if (const auto *PEO = dyn_cast<PossiblyExactOperator>(V)) { in getOptimizationFlags() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1536 if (auto *PEO = dyn_cast<PossiblyExactOperator>(V)) in match() local