Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12358 ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
12360 const APInt &C1 = C1Node->getAPIntValue(); in isMulAddWithConstProfitable()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13501 const ConstantSDNode *C1Node = cast<ConstantSDNode>(AddNode.getOperand(1)); in isMulAddWithConstProfitable() local
13503 const int64_t C1 = C1Node->getSExtValue(); in isMulAddWithConstProfitable()
13504 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8635 ConstantSDNode *C1Node = isConstOrConstSplat(C1); in combineShiftOfShiftedLogic() local
8636 assert(C1Node && "Expected a shift with constant operand"); in combineShiftOfShiftedLogic()
8637 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19472 const ConstantSDNode *C1Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local
19474 APInt CA = C0Node->getAPIntValue() * C1Node->getAPIntValue(); in isMulAddWithConstProfitable()