Searched refs:Thr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2210 Value *Thr = ConstantInt::get(Ty, Threshold); in processCopyingStore() local 2211 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes); in processCopyingStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1400 const APInt *Thr; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local 1406 if (!match(Select, m_Select(m_ICmp(Pred, m_Specific(X), m_APInt(Thr)), in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() 1408 !isSignBitCheck(Pred, *Thr, ShouldSignext)) in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 692 const APInt *Thr; member 694 return ICmpInst::compare(C, *Thr, Pred); in isValue() 703 P.Thr = &Threshold; in m_SpecificInt_ICMP()
|