Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13684 bool S1IsSigned = Known1.countMinLeadingOnes() > 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()
13715 ((S1IsSigned && !(S0IsSigned || S0IsUnsigned)))) in checkDot4MulSignedness()
13720 if ((!(S1IsSigned || S1IsUnsigned) && !(S0IsSigned || S0IsUnsigned))) in checkDot4MulSignedness()
13726 if ((S0IsUnsigned && !(S1IsSigned || S1IsUnsigned)) || in checkDot4MulSignedness()