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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp520 Value *SIOp0 = SI.getOperand(0); local
522 Type* CastSrcTy = SIOp0->getType();
528 if (SIOp0->getType()->isPointerTy())
532 // SIOp0 is a pointer to aggregate and this is a store to the first field,
537 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
538 SIOp0->getName()+".c");

Completed in 95 milliseconds