Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9331 bool BVNIsConstantSplat = in LowerBUILD_VECTOR() local
9339 if (BVNIsConstantSplat && (SplatBitSize == 64) && in LowerBUILD_VECTOR()
9378 if (!BVNIsConstantSplat || SplatBitSize > 32) { in LowerBUILD_VECTOR()
16077 bool BVNIsConstantSplat = BVN->isConstantSplat( in PerformDAGCombine() local
16081 if (BVNIsConstantSplat && APSplatBits == 0) in PerformDAGCombine()