Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1070 MVT MaskLenVT; in lowerRegToMasks() local
1073 MaskLenVT = MVT::i8; in lowerRegToMasks()
1076 MaskLenVT = MVT::i16; in lowerRegToMasks()
1079 MaskLenVT = MVT::i32; in lowerRegToMasks()
1085 ValReturned = DAG.getNode(ISD::TRUNCATE, DL, MaskLenVT, ValReturned); in lowerRegToMasks()