Home
last modified time | relevance | path

Searched refs:Op0C (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2325 const APInt *Op0C; in visitSub() local
2326 if (match(Op0, m_APInt(Op0C))) { in visitSub()
2327 if (Op0C->isMask()) { in visitSub()
2333 if ((*Op0C | RHSKnown.Zero).isAllOnes()) in visitSub()
2353 And, ConstantInt::get(I.getType(), *Op0C - C2AndC3)); in visitSub()
H A DInstCombineShifts.cpp834 const APInt *Op0C; in FoldShiftByConstant() local
835 if (match(Op0BO->getOperand(1), m_APInt(Op0C))) { in FoldShiftByConstant()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3616 ConstantFP *Op0C = dyn_cast<ConstantFP>(Call->getArgOperand(0)); in isMathLibCallNoop() local
3618 if (Op0C && Op1C) { in isMathLibCallNoop()
3619 const APFloat &Op0 = Op0C->getValueAPF(); in isMathLibCallNoop()
3628 Type *Ty = Op0C->getType(); in isMathLibCallNoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55894 auto *Op0C = dyn_cast<ConstantSDNode>(Op0); in combineSubSetcc() local
55895 if (Op1.getOpcode() == ISD::ZERO_EXTEND && Op1.hasOneUse() && Op0C && in combineSubSetcc()
55896 !Op0C->isZero() && Op1.getOperand(0).getOpcode() == X86ISD::SETCC && in combineSubSetcc()
55901 APInt NewImm = Op0C->getAPIntValue() - 1; in combineSubSetcc()