Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13988 bool S0IsSigned = Known0.countMinLeadingOnes() > 0; in checkDot4MulSignedness() local
13993 assert(!(S0IsUnsigned && S0IsSigned)); in checkDot4MulSignedness()
14002 if ((S0IsUnsigned && S1IsUnsigned) || (S0IsSigned && S1IsSigned)) in checkDot4MulSignedness()
14003 return S0IsSigned; 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()
14034 ((S1IsUnsigned && !(S0IsSigned || S0IsUnsigned)))) in checkDot4MulSignedness()