Searched refs:IsInputDouble (Results 1 – 2 of 2) sorted by relevance
2825 bool IsInputDouble; in fastLowerIntrinsicCall() local2832 IsInputDouble = false; in fastLowerIntrinsicCall()2838 IsInputDouble = true; in fastLowerIntrinsicCall()2857 case MVT::i32: Opc = CvtOpc[IsInputDouble][0][HasAVX]; break; in fastLowerIntrinsicCall()2858 case MVT::i64: Opc = CvtOpc[IsInputDouble][1][HasAVX]; break; in fastLowerIntrinsicCall()
3009 bool IsInputDouble; in fastLowerIntrinsicCall() local3016 IsInputDouble = false; in fastLowerIntrinsicCall()3022 IsInputDouble = true; in fastLowerIntrinsicCall()3045 case MVT::i32: Opc = CvtOpc[AVXLevel][IsInputDouble][0]; break; in fastLowerIntrinsicCall()3046 case MVT::i64: Opc = CvtOpc[AVXLevel][IsInputDouble][1]; break; in fastLowerIntrinsicCall()