Searched refs:DstIntTy (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 44 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert() local 70 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); in Convert() 107 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); in Convert()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 211 Type *DstIntTy = IntegerType::getIntNTy(X->getContext(), DestWidth); in foldBitcastExtElt() local 212 Value *Trunc = Builder.CreateTrunc(X, DstIntTy); in foldBitcastExtElt()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 277 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast() local 278 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast()
|
H A D | ScalarEvolution.cpp | 7979 Type *DstIntTy = U->getType(); in createSCEV() local 7982 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV()
|