Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegral.h287 template <unsigned RHSBits, bool RHSSign>
288 static void shiftLeft(const Integral A, const Integral<RHSBits, RHSSign> B,
293 template <unsigned RHSBits, bool RHSSign>
294 static void shiftRight(const Integral A, const Integral<RHSBits, RHSSign> B,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5409 OperandSignedness RHSSign; in AreMulWideOperandsDemotable() local
5410 if (!IsMulWideOperandDemotable(RHS, OptSize, RHSSign)) in AreMulWideOperandsDemotable()
5413 return LHSSign == RHSSign; in AreMulWideOperandsDemotable()