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.cpp1088 MVT MaskLenVT; in lowerRegToMasks() local
1091 MaskLenVT = MVT::i8; in lowerRegToMasks()
1094 MaskLenVT = MVT::i16; in lowerRegToMasks()
1097 MaskLenVT = MVT::i32; in lowerRegToMasks()
1103 ValReturned = DAG.getNode(ISD::TRUNCATE, DL, MaskLenVT, ValReturned); in lowerRegToMasks()