Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13681 bool S0IsSigned = Known0.countMinLeadingOnes() > 0; in checkDot4MulSignedness() local
13686 assert(!(S0IsUnsigned && S0IsSigned)); in checkDot4MulSignedness()
13695 if ((S0IsUnsigned && S1IsUnsigned) || (S0IsSigned && S1IsSigned)) in checkDot4MulSignedness()
13696 return S0IsSigned; in checkDot4MulSignedness()
13701 if ((S0IsUnsigned && S1IsSigned) || (S0IsSigned && S1IsUnsigned)) in checkDot4MulSignedness()
13714 if ((S0IsSigned && !(S1IsSigned || S1IsUnsigned)) || in checkDot4MulSignedness()
13715 ((S1IsSigned && !(S0IsSigned || S0IsUnsigned)))) in checkDot4MulSignedness()
13720 if ((!(S1IsSigned || S1IsUnsigned) && !(S0IsSigned || S0IsUnsigned))) in checkDot4MulSignedness()
13727 ((S1IsUnsigned && !(S0IsSigned || S0IsUnsigned)))) in checkDot4MulSignedness()