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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h511 const APInt *Thr; member in struct:llvm::PatternMatch::icmp_pred_with_threshold
515 return C.eq(*Thr);
517 return C.ne(*Thr);
519 return C.ugt(*Thr);
521 return C.uge(*Thr);
523 return C.ult(*Thr);
525 return C.ule(*Thr);
527 return C.sgt(*Thr);
529 return C.sge(*Thr);
531 return C.slt(*Thr);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1158 const APInt *Thr; local
1164 if (!match(Select, m_Select(m_ICmp(Pred, m_Specific(X), m_APInt(Thr)),
1166 !isSignBitCheck(Pred, *Thr, ShouldSignext))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2216 Value *Thr = ConstantInt::get(Ty, Threshold); local
2217 Value *CmpB = Builder.CreateICmpULT(Thr, NumBytes);

Completed in 72 milliseconds