Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5389 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local
5392 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()
5396 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()
5399 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()
5404 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()
5414 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()