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

  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 204 Value *NewCast = new BitCastInst(Src, TypeOfNewCast, "", BCI);
205 NewBC = new AddrSpaceCastInst(NewCast, BC->getType(), "", BCI);
213 Constant *NewCast =
215 NewBC = ConstantExpr::getAddrSpaceCast(NewCast, BC->getType());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 518 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
519 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 667 milliseconds