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

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 40 FunctionType *NewTy = IA->getFunctionType();
42 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy));
44 if (NewTy != IA->getFunctionType())
45 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(),
114 Type *NewTy = C->getType();
116 NewTy = TypeMapper->remapType(NewTy);
120 if (OpNo == NumOperands && NewTy == C->getType())
141 return VM[V] = CE->getWithOperands(Ops, NewTy);
    [all...]
  /external/clang/test/CodeGenCXX/
new.cpp 237 typedef int MyClass::* NewTy;
240 NewTy* f() { return new NewTy[2](); }
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 107 Type *NewTy =
110 AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName());
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 464 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, NULL);
466 NewTy, G->getInitializer(),
477 M, NewTy, G->isConstant(), G->getLinkage(),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 310 Type *NewTy;
315 NewTy = VectorTy; // Use the vector type.
324 NewTy = IntegerType::get(AI->getContext(), BitWidth);
326 AllocaInst *NewAI = new AllocaInst(NewTy, 0, "", AI->getParent()->begin());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 1294 milliseconds