Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2122 unsigned ValSizeInBytes = EltSize; in get_VSPLTI_elt() local
2134 if (ValSizeInBytes < ByteSize) return SDValue(); in get_VSPLTI_elt()
2138 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8)) in get_VSPLTI_elt()