Searched refs:DstIntTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 214 Type *DstIntTy = IntegerType::getIntNTy(X->getContext(), DestWidth); in foldBitcastExtElt() local 215 Value *Trunc = Builder.CreateTrunc(X, DstIntTy); in foldBitcastExtElt()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1379 llvm::Type *DstIntTy = Builder.getIntNTy(DstSize.getFixedValue() * 8); in CreateCoercedStore() local 1380 Src = CoerceIntOrPtrToIntOrPtr(Src, DstIntTy, *this); in CreateCoercedStore() 1381 Builder.CreateStore(Src, Dst.withElementType(DstIntTy), DstIsVolatile); in CreateCoercedStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8046 Type *DstIntTy = U->getType(); in createSCEV() local 8049 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV()
|