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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1082 APInt C1Int = C1->getAPIntValue(); local
1083 APInt ShiftedC1Int = C1Int << C2->getAPIntValue();
1094 if (C1Int.getMinSignedBits() <= 64 &&
1095 isLegalAddImmediate(C1Int.getSExtValue()))
1100 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11852 APInt C1Int = C1ShlC2->getAPIntValue(); local
11857 if ((C1Int & Mask) != C1Int)
11861 C1Int.lshrInPlace(C2Int);
11869 if (LargeImm(C1Int) || LargeImm(C2Int))
11876 DAG.getConstant(C1Int, dl, MVT::i32));
11877 // Shift left to compensate for the lshr of C1Int.

Completed in 302 milliseconds