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 508 Value *NewCast;
526 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
528 SI.setOperand(0, NewCast);
InstCombineSimplifyDemanded.cpp 481 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
482 return InsertNewInstWith(NewCast, *I);
    [all...]
InstCombineCasts.cpp 151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");
152 ReplaceInstUsesWith(AI, NewCast);
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 87 milliseconds