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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1325 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { function
1357 if (isZeroOrAllOnes(N1, AllOnes)) {
1362 if (isZeroOrAllOnes(N2, AllOnes)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10964 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { function
10990 if (isZeroOrAllOnes(N1, AllOnes)) {
10995 if (isZeroOrAllOnes(N2, AllOnes)) {

Completed in 119 milliseconds