HomeSort by relevance Sort by last modified time
    Searched refs:NewCast (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 543 Value *NewCast;
561 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
563 SI.setOperand(0, NewCast);
    [all...]
InstCombineSimplifyDemanded.cpp 482 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
483 return InsertNewInstWith(NewCast, *I);
    [all...]
InstCombineCasts.cpp 154 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");
155 ReplaceInstUsesWith(AI, NewCast);
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 96 milliseconds