Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3913 Constant *Result0 = ConstantFP::get(ConstFP->getType(), FrexpMant); in ConstantFoldScalarFrexpCall() local
3920 return {Result0, Result1}; in ConstantFoldScalarFrexpCall()
3951 auto [Result0, Result1] = ConstantFoldScalarFrexpCall(Operands[0], Ty1); in ConstantFoldStructCall()
3952 if (!Result0) in ConstantFoldStructCall()
3954 return ConstantStruct::get(StTy, Result0, Result1); in ConstantFoldStructCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2657 SDValue Result0 = in expandFrexp() local
2663 return DAG.getMergeValues({Result0, Result1}, dl); in expandFrexp()
H A DSelectionDAG.cpp10814 SDValue Result0 = getConstantFP(FrexpMant, DL, VTList.VTs[0]); in getNode() local
10817 return getNode(ISD::MERGE_VALUES, DL, VTList, {Result0, Result1}, Flags); in getNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8015 SDValue Result0 = SubVec0; in lowerVECTOR_SHUFFLE() local
8025 SDValue Shuf = DAG.getVectorShuffle(PackVT, SL, Result0, Result1, in lowerVECTOR_SHUFFLE()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27300 SDValue Result0 = in LowerINTRINSIC_WO_CHAIN() local
27304 return DAG.getMergeValues({Result0, Result1}, DL); in LowerINTRINSIC_WO_CHAIN()