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

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

Completed in 38 milliseconds