Searched refs:CastDstTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp516 Type* CastDstTy = SrcPTy; local
517 if (CastDstTy->isPointerTy()) {
520 } else if (CastDstTy->isIntegerTy()) {
530 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,

Completed in 45 milliseconds