Home
last modified time | relevance | path

Searched refs:SPF2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1861 SelectPatternFlavor SPF2, in foldSPFofSPF() argument
1870 if (SPF1 == SPF2 && SelectPatternResult::isMinOrMax(SPF1)) in foldSPFofSPF()
3578 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst() local
3579 if (Instruction *R = foldSPFofSPF(cast<Instruction>(LHS), SPF2, LHS2, in visitSelectInst()
3582 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst() local
3583 if (Instruction *R = foldSPFofSPF(cast<Instruction>(RHS), SPF2, LHS2, in visitSelectInst()
H A DInstCombineInternal.h717 SelectPatternFlavor SPF2, Value *C);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3200 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor; in isSignedMinMaxClamp() local
3201 if (getInverseMinMaxFlavor(SPF) != SPF2) in isSignedMinMaxClamp()