Searched refs:IsInputDouble (Results 1 – 1 of 1) sorted by relevance
2966 bool IsInputDouble; in fastLowerIntrinsicCall() local2973 IsInputDouble = false; in fastLowerIntrinsicCall()2979 IsInputDouble = true; in fastLowerIntrinsicCall()3002 case MVT::i32: Opc = CvtOpc[AVXLevel][IsInputDouble][0]; break; in fastLowerIntrinsicCall()3003 case MVT::i64: Opc = CvtOpc[AVXLevel][IsInputDouble][1]; break; in fastLowerIntrinsicCall()