Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Analysis/
DConstantFolding.cpp267 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast() local
268 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy); in FoldBitCast()