Searched refs:C1Int (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1132 APInt C1Int = C1->getAPIntValue(); local
1133 APInt ShiftedC1Int = C1Int << C2->getAPIntValue();
1144 if (C1Int.getMinSignedBits() <= 64 &&
1145 isLegalAddImmediate(C1Int.getSExtValue()))
1150 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12389 APInt C1Int = C1ShlC2->getAPIntValue(); local
12394 if ((C1Int & Mask) != C1Int)
12398 C1Int.lshrInPlace(C2Int);
12406 if (LargeImm(C1Int) || LargeImm(C2Int))
12413 DAG.getConstant(C1Int, dl, MVT::i32));
12414 // Shift left to compensate for the lshr of C1Int.

Completed in 197 milliseconds