Home
last modified time | relevance | path

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

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