Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21399 ConstantSDNode *C2Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable()
21401 const APInt &C2 = C2Node->getAPIntValue(); in isMulAddWithConstProfitable()
21396 ConstantSDNode *C2Node = cast<ConstantSDNode>(ConstNode); isMulAddWithConstProfitable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17316 const ConstantSDNode *C2Node = cast<ConstantSDNode>(ConstNode); in isMulAddWithConstProfitable() local
17318 const APInt C1C2 = C1Node->getAPIntValue() * C2Node->getAPIntValue(); in isMulAddWithConstProfitable()