Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13683 bool S1IsUnsigned = Known1.countMinLeadingZeros() > 0; in checkDot4MulSignedness() local
13687 assert(!(S1IsUnsigned && S1IsSigned)); in checkDot4MulSignedness()
13695 if ((S0IsUnsigned && S1IsUnsigned) || (S0IsSigned && S1IsSigned)) in checkDot4MulSignedness()
13701 if ((S0IsUnsigned && S1IsSigned) || (S0IsSigned && S1IsUnsigned)) in checkDot4MulSignedness()
13714 if ((S0IsSigned && !(S1IsSigned || S1IsUnsigned)) || in checkDot4MulSignedness()
13720 if ((!(S1IsSigned || S1IsUnsigned) && !(S0IsSigned || S0IsUnsigned))) in checkDot4MulSignedness()
13726 if ((S0IsUnsigned && !(S1IsSigned || S1IsUnsigned)) || in checkDot4MulSignedness()
13727 ((S1IsUnsigned && !(S0IsSigned || S0IsUnsigned)))) in checkDot4MulSignedness()