Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9618 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local
9619 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()
9620 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16202 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
16204 const int64_t C1 = C1Node->getSExtValue(); in isMulAddWithConstProfitable()
16205 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19760 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
19762 const APInt &C1 = C1Node->getAPIntValue(); in isMulAddWithConstProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19751 const ConstantSDNode *C1Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local
19753 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()