Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10089 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local
10090 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()
10091 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17735 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
17737 const int64_t C1 = C1Node->getSExtValue(); in isMulAddWithConstProfitable()
17738 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19708 const ConstantSDNode *C1Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local
19710 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23831 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
23833 const APInt &C1 = C1Node->getAPIntValue(); in isMulAddWithConstProfitable()