Home
last modified time | relevance | path

Searched refs:DstIntTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DFixedPointBuilder.h42 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert() local
68 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); in Convert()
105 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); in Convert()
/external/llvm/lib/Analysis/
DConstantFolding.cpp224 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast() local
225 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp272 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast() local
273 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast()
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp279 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast() local
280 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast()
DScalarEvolution.cpp6695 Type *DstIntTy = U->getType(); in createSCEV() local
6700 return getTruncateOrZeroExtend(Op, DstIntTy); in createSCEV()
6708 return getPtrToIntExpr(Op, DstIntTy); in createSCEV()