HomeSort by: relevance | last modified time | path
    Searched refs:C1Int (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 5941 const APInt &C1Int = C1->getAPIntValue();
5942 APInt ShiftedC1Int = C1Int << C2->getAPIntValue();
5953 if (C1Int.getMinSignedBits() <= 64 &&
5954 isLegalAddImmediate(C1Int.getSExtValue()))
5959 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 12944 APInt C1Int = C1ShlC2->getAPIntValue();
12949 if ((C1Int & Mask) != C1Int)
12953 C1Int.lshrInPlace(C2Int);
12961 if (LargeImm(C1Int) || LargeImm(C2Int))
12968 DAG.getConstant(C1Int, dl, MVT::i32));
12969 // Shift left to compensate for the lshr of C1Int.

Completed in 117 milliseconds