Searched refs:LHSUndefs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 56027 APInt LHSUndefs, RHSUndefs; in combineVectorCompare() local 56029 if (getTargetConstantBitsFromNode(LHS, EltBits, LHSUndefs, LHSBits) && in combineVectorCompare() 56038 bool AnyUndef = LHSUndefs[I] || RHSUndefs[I]; in combineVectorCompare() 56043 return getConstVector(Results, LHSUndefs | RHSUndefs, VT, DAG, DL); in combineVectorCompare() 57354 APInt LHSUndefs, RHSUndefs; in combineVPMADD() local 57358 if (getTargetConstantBitsFromNode(LHS, SrcEltBits, LHSUndefs, LHSBits) && in combineVPMADD()
|