Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp441 if (auto *PEO = dyn_cast<PossiblyExactOperator>(I)) in ReduceExpressionGraph() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp749 if (PEO->isExact()) in getOptimizationFlags() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1384 if (auto *PEO = dyn_cast<PossiblyExactOperator>(V)) match() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1576 } else if (const auto *PEO = dyn_cast<PossiblyExactOperator>(V)) { getOptimizationFlags() local