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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
FixedPointBuilder.h 42 Type *DstIntTy = B.getIntNTy(DstWidth);
68 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize");
105 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize");
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 280 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
281 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy);
ScalarEvolution.cpp 6835 Type *DstIntTy = U->getType();
6838 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy);

Completed in 57 milliseconds