Searched refs:isNeonModifiedImm (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2902 static bool isNeonModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, function
2908 llvm_unreachable("unexpected size for isNeonModifiedImm");
3948 if (isNeonModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(),
3963 if (isNeonModifiedImm(NegatedImm, SplatUndef.getZExtValue(), SplatBitSize,

Completed in 53 milliseconds