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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp523 Type* CastDstTy = SrcPTy; local
524 if (CastDstTy->isPointerTy()) {
527 } else if (CastDstTy->isIntegerTy()) {
537 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,

Completed in 42 milliseconds