Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3405 APInt SplatBits0; in PerformORCombine() local
3406 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
3413 !HasAnyUndefs && SplatBits0 == ~SplatBits1) { in PerformORCombine()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp8722 APInt SplatBits0, SplatBits1; in PerformORCombine() local
8726 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
8733 if (SplatBits0.getBitWidth() == SplatBits1.getBitWidth() && in PerformORCombine()
8734 SplatBits0 == ~SplatBits1) { in PerformORCombine()