Searched refs:BitConvertToInteger (Results 1 – 6 of 6) sorted by relevance
201 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST()220 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES()228 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR()229 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR()326 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()510 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()726 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()1074 Val = BitConvertToInteger( in SoftenFloatOp_STORE()1086 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN()2565 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()[all …]
82 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
882 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
217 SDValue BitConvertToInteger(SDValue Op);
419 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()429 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()430 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
1336 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()3078 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()3079 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()