Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4922 OperandSignedness LHSSign; in AreMulWideOperandsDemotable() local
4925 if (!IsMulWideOperandDemotable(LHS, OptSize, LHSSign)) in AreMulWideOperandsDemotable()
4929 if (LHSSign == Unknown) in AreMulWideOperandsDemotable()
4932 IsSigned = (LHSSign == Signed); in AreMulWideOperandsDemotable()
4937 if (LHSSign == Unsigned) { in AreMulWideOperandsDemotable()
4947 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()