Searched refs:Thr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1365 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 D | PatternMatch.h | 692 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 D | HexagonLoopIdiomRecognition.cpp | 2222 Value *Thr = ConstantInt::get(Ty, Threshold); in processCopyingStore() local 2223 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes); in processCopyingStore()
|