Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1365 const APInt *Thr; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
1371 if (!match(Select, m_Select(m_ICmp(Pred, m_Specific(X), m_APInt(Thr)), in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
1373 !isSignBitCheck(Pred, *Thr, ShouldSignext)) in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h692 const APInt *Thr; member
693 bool isValue(const APInt &C) { return ICmpInst::compare(C, *Thr, Pred); } in isValue()
701 P.Thr = &Threshold; in m_SpecificInt_ICMP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2222 Value *Thr = ConstantInt::get(Ty, Threshold); in processCopyingStore() local
2223 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes); in processCopyingStore()