Home
last modified time | relevance | path

Searched defs:BitImm (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2622 APInt BitImm = APInt(ResTy.getScalarSizeInBits(), 1) << CImm->getAPIntValue(); lowerVectorBitClearImm() local
2641 SDValue BitImm = DAG.getConstant(Imm, DL, ResTy); lowerVectorBitSetImm() local
2658 SDValue BitImm = DAG.getConstant(Imm, DL, ResTy); lowerVectorBitRevImm() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1469 APInt BitImm = APInt(64, 1) << CImm->getAPIntValue(); lowerMSABinaryBitImmIntr() local
1528 APInt BitImm = APInt(ResTy.getScalarSizeInBits(), 1) lowerMSABitClearImm() local