Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp876 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
881 AllUndef = false; in SimplifyMultipleUseDemandedBits()
886 if (AllUndef) in SimplifyMultipleUseDemandedBits()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8097 bool AllUndef = true; in computeZeroableShuffleElements() local
8101 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()
8104 if (AllUndef) in computeZeroableShuffleElements()