Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h639 bool isVMRGEOShuffleMask(ShuffleVectorSDNode *N, bool CheckEven,
H A DPPCISelLowering.cpp2136 bool PPC::isVMRGEOShuffleMask(ShuffleVectorSDNode *N, bool CheckEven, in isVMRGEOShuffleMask() argument
2139 unsigned indexOffset = CheckEven ? 4 : 0; in isVMRGEOShuffleMask()
2148 unsigned indexOffset = CheckEven ? 0 : 4; in isVMRGEOShuffleMask()