Home
last modified time | relevance | path

Searched refs:matchDecomposedSelectPattern (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h904 LLVM_ABI SelectPatternResult matchDecomposedSelectPattern(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8940 return llvm::matchDecomposedSelectPattern( in matchSelectPattern()
8946 SelectPatternResult llvm::matchDecomposedSelectPattern( in matchDecomposedSelectPattern() function in llvm
H A DInstructionSimplify.cpp4677 matchDecomposedSelectPattern(cast<ICmpInst>(CondVal), TrueVal, FalseVal, in simplifySelectWithICmpCond()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1262 matchDecomposedSelectPattern(&Cmp, TrueVal, FalseVal, LHS, RHS).Flavor; in canonicalizeSPF()