Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp2969 bool IsInputDouble; in fastLowerIntrinsicCall() local
2976 IsInputDouble = false; in fastLowerIntrinsicCall()
2982 IsInputDouble = true; in fastLowerIntrinsicCall()
3005 case MVT::i32: Opc = CvtOpc[AVXLevel][IsInputDouble][0]; break; in fastLowerIntrinsicCall()
3006 case MVT::i64: Opc = CvtOpc[AVXLevel][IsInputDouble][1]; break; in fastLowerIntrinsicCall()