Home
last modified time | relevance | path

Searched defs:IntMinIsPoison (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1575 bool IntMinIsPoison = cast<Constant>(II->getArgOperand(1))->isOneValue(); in visitCallInst() local
1775 bool IntMinIsPoison = isKnownNegation(I0, I1, /* NeedNSW */ true); in visitCallInst() local
H A DInstCombineSelect.cpp1189 bool IntMinIsPoison = SPF == SelectPatternFlavor::SPF_ABS && in canonicalizeSPF() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp980 const APInt *IntMinIsPoison = Ops[1].getSingleElement(); in intrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1445 bool IntMinIsPoison = match(II->getArgOperand(1), m_One()); in computeKnownBitsFromOperator() local