Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5653 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local
5656 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()
5660 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()
5663 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()
5668 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()
5678 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()