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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp765 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; local
770 AllUndef = false;
775 if (AllUndef)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6972 bool AllUndef = true;
6976 AllUndef &= Op.isUndef();
6979 if (AllUndef)
[all...]

Completed in 210 milliseconds