Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp441 if (auto *PEO = dyn_cast<PossiblyExactOperator>(I)) in ReduceExpressionGraph() local
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp749 } else if (const auto *PEO = dyn_cast<PossiblyExactOperator>(V)) { in getOptimizationFlags() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1280 if (auto *PEO = dyn_cast<PossiblyExactOperator>(FalseVal)) { in foldSelectValueEquivalence() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h1345 if (auto *PEO = dyn_cast<PossiblyExactOperator>(V)) in match() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1536 } else if (const auto *PEO = dyn_cast<PossiblyExactOperator>(V)) { in getOptimizationFlags() local