Home
last modified time | relevance | path

Searched refs:In2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp41 const APInt &In2, bool IsSigned = false) { in addWithOverflow() argument
44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow()
46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow()
54 const APInt &In2, bool IsSigned = false) { in subWithOverflow() argument
57 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow()
59 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4519 SDValue In2 = Op.getOperand(1); in LowerFCOPYSIGN() local
4520 EVT SrcVT = In2.getValueType(); in LowerFCOPYSIGN()
4523 In2 = DAG.getNode(ISD::FP_EXTEND, DL, VT, In2); in LowerFCOPYSIGN()
4525 In2 = DAG.getNode(ISD::FP_ROUND, DL, VT, In2, DAG.getIntPtrConstant(0, DL)); in LowerFCOPYSIGN()
4536 DAG.getUNDEF(VecVT), In2); in LowerFCOPYSIGN()
4539 VecVal2 = DAG.getNode(ISD::BITCAST, DL, VecVT, In2); in LowerFCOPYSIGN()