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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 467 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
468 return InsertNewInstWith(NewCast, *I);
    [all...]
InstCombineCasts.cpp 145 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");
146 ReplaceInstUsesWith(AI, NewCast);
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 212 milliseconds