HomeSort by: relevance | last modified time | path
    Searched refs:NumUndefElts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 1548 unsigned NumUndefElts =
1568 unsigned NumDefElts = NumElts - NumUndefElts;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 8884 unsigned NumUndefElts = UndefElements.count();
8885 if (!Ld || (NumElts - NumUndefElts) <= 1) {
8947 if (!Ld || NumElts - NumUndefElts != 1)
9024 if (!Ld->hasNUsesOfValue(NumElts - NumUndefElts, 0))
    [all...]

Completed in 40 milliseconds