Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp3013 MVT maskLen; in lowerRegToMasks() local
3016 maskLen = MVT::i8; in lowerRegToMasks()
3019 maskLen = MVT::i16; in lowerRegToMasks()
3022 maskLen = MVT::i32; in lowerRegToMasks()
3028 ValReturned = DAG.getNode(ISD::TRUNCATE, Dl, maskLen, ValReturned); in lowerRegToMasks()