Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2086 const APInt *Op0C; in visitSub() local
2087 if (match(Op0, m_APInt(Op0C))) { in visitSub()
2088 if (Op0C->isMask()) { in visitSub()
2092 if ((*Op0C | RHSKnown.Zero).isAllOnes()) in visitSub()
2112 And, ConstantInt::get(I.getType(), *Op0C - C2AndC3)); in visitSub()
H A DInstCombineShifts.cpp781 const APInt *Op0C; in FoldShiftByConstant() local
782 if (match(Op0BO->getOperand(1), m_APInt(Op0C))) { in FoldShiftByConstant()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp3417 ConstantFP *Op0C = dyn_cast<ConstantFP>(Call->getArgOperand(0)); in isMathLibCallNoop() local
3419 if (Op0C && Op1C) { in isMathLibCallNoop()
3420 const APFloat &Op0 = Op0C->getValueAPF(); in isMathLibCallNoop()
3429 Type *Ty = Op0C->getType(); in isMathLibCallNoop()