Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1276 bool IntMinIsPoison = cast<Constant>(II->getArgOperand(1))->isOneValue(); in visitCallInst() local
1421 bool IntMinIsPoison = isKnownNegation(I0, I1, /* NeedNSW */ true); in visitCallInst() local
H A DInstCombineSelect.cpp1148 bool IntMinIsPoison = SPF == SelectPatternFlavor::SPF_ABS && in canonicalizeSPF() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp974 const APInt *IntMinIsPoison = Ops[1].getSingleElement(); in intrinsic() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1615 bool IntMinIsPoison = match(II->getArgOperand(1), m_One()); in computeKnownBitsFromOperator() local