Searched refs:BitConvertToInteger (Results 1 – 6 of 6) sorted by relevance
200 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST()212 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES()220 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR()221 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR()314 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()498 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()714 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()1064 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN()2538 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()2657 return BitConvertToInteger(N->getOperand(0)); in SoftPromoteHalfRes_BITCAST()[all …]
82 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
870 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
218 SDValue BitConvertToInteger(SDValue Op);
1213 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()2371 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()2372 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()
373 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()383 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()384 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()