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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp526 Value *SIOp0 = SI.getOperand(0); local
528 Type* CastSrcTy = SIOp0->getType();
534 if (SIOp0->getType()->isPointerTy())
538 // SIOp0 is a pointer to aggregate and this is a store to the first field,
543 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
544 SIOp0->getName()+".c");

Completed in 114 milliseconds