Home
last modified time | relevance | path

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

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