Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp220 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast() local
221 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast()