Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13991 bool S1IsSigned = Known1.countMinLeadingOnes() > 0; in checkDot4MulSignedness() local
13994 assert(!(S1IsUnsigned && S1IsSigned)); in checkDot4MulSignedness()
14002 if ((S0IsUnsigned && S1IsUnsigned) || (S0IsSigned && S1IsSigned)) in checkDot4MulSignedness()
14008 if ((S0IsUnsigned && S1IsSigned) || (S0IsSigned && S1IsUnsigned)) in checkDot4MulSignedness()
14021 if ((S0IsSigned && !(S1IsSigned || S1IsUnsigned)) || in checkDot4MulSignedness()
14022 ((S1IsSigned && !(S0IsSigned || S0IsUnsigned)))) in checkDot4MulSignedness()
14027 if ((!(S1IsSigned || S1IsUnsigned) && !(S0IsSigned || S0IsUnsigned))) in checkDot4MulSignedness()
14033 if ((S0IsUnsigned && !(S1IsSigned || S1IsUnsigned)) || in checkDot4MulSignedness()