Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3238 unsigned ValBits = ValTy.getSizeInBits(); in performORCombine() local
3246 if (ValBits != 32 && ValBits != 64) in performORCombine()
3264 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
3286 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
3310 DAG.getConstant(ValBits == 32 in performORCombine()
3328 (MaskIdx0 + MaskLen0 <= ValBits)) { in performORCombine()
3332 DAG.getConstant((ValBits - 1), DL, GRLenVT), in performORCombine()
3351 DAG.getConstant(ValBits == 32 ? (MaskIdx0 + (MaskLen0 & 31) - 1) in performORCombine()
3372 CNShamt->getZExtValue() + MaskLen <= ValBits) { in performORCombine()
3374 APInt ShMask(ValBits, CNMask->getZExtValue() << Shamt); in performORCombine()
[all …]