Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp897 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
902 AllUndef = false; in SimplifyMultipleUseDemandedBits()
907 if (AllUndef) in SimplifyMultipleUseDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25770 bool AllUndef = true; in replaceBoolVectorBitcast() local
25772 AllUndef &= Op.getOperand(I).isUndef(); in replaceBoolVectorBitcast()
25774 if (AllUndef) in replaceBoolVectorBitcast()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5611 bool AllUndef = true; in computeZeroableShuffleElements() local
5615 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()
5618 if (AllUndef) in computeZeroableShuffleElements()