Searched refs:ScalarResult (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorOps.cpp | 1990 SDValue ScalarResult = ScalarOp.getValue(0); in UnrollStrictFPOp() local 1995 ScalarResult = DAG.getSelect(dl, EltVT, ScalarResult, in UnrollStrictFPOp() 1999 OpValues.push_back(ScalarResult); in UnrollStrictFPOp()
|
| HD | SelectionDAG.cpp | 6738 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantArithmetic() local 6742 ScalarResult = getNode(ExtendCode, DL, LegalSVT, ScalarResult); in FoldConstantArithmetic() 6745 if (!ScalarResult.isUndef() && ScalarResult.getOpcode() != ISD::Constant && in FoldConstantArithmetic() 6746 ScalarResult.getOpcode() != ISD::ConstantFP) in FoldConstantArithmetic() 6748 ScalarResults.push_back(ScalarResult); in FoldConstantArithmetic()
|