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.cpp2005 SelectPatternFlavor SPF2, in foldSPFofSPF() argument
2014 if (SPF1 == SPF2 && SelectPatternResult::isMinOrMax(SPF1)) in foldSPFofSPF()
3798 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst() local
3799 if (Instruction *R = foldSPFofSPF(cast<Instruction>(LHS), SPF2, LHS2, in visitSelectInst()
3802 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst() local
3803 if (Instruction *R = foldSPFofSPF(cast<Instruction>(RHS), SPF2, LHS2, in visitSelectInst()
H A DInstCombineInternal.h739 SelectPatternFlavor SPF2, Value *C);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3684 SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor; in isSignedMinMaxClamp() local
3685 if (getInverseMinMaxFlavor(SPF) != SPF2) in isSignedMinMaxClamp()