Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp884 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
889 AllUndef = false; in SimplifyMultipleUseDemandedBits()
894 if (AllUndef) in SimplifyMultipleUseDemandedBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24345 bool AllUndef = true; in replaceBoolVectorBitcast() local
24347 AllUndef &= Op.getOperand(I).isUndef(); in replaceBoolVectorBitcast()
24349 if (AllUndef) in replaceBoolVectorBitcast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5488 bool AllUndef = true; in computeZeroableShuffleElements() local
5492 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()
5495 if (AllUndef) in computeZeroableShuffleElements()