Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7662 ConstantSDNode *ConstBinOpNode = dyn_cast<ConstantSDNode>(ConstBinOp); in foldBinOpIntoSelectIfProfitable()
7663 if (!ConstBinOpNode || ConstBinOpNode->isOpaque()) in foldBinOpIntoSelectIfProfitable()
7660 ConstantSDNode *ConstBinOpNode = dyn_cast<ConstantSDNode>(ConstBinOp); foldBinOpIntoSelectIfProfitable() local