Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp873 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
878 AllUndef = false; in SimplifyMultipleUseDemandedBits()
883 if (AllUndef) in SimplifyMultipleUseDemandedBits()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8004 bool AllUndef = true; in computeZeroableShuffleElements() local
8008 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()
8011 if (AllUndef) in computeZeroableShuffleElements()