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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 354 I.mutateType(Offset->getType());
372 V->mutateType(NewTy);
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 307 Inst->mutateType(SExt->getType());
  /external/llvm/include/llvm/IR/
Value.h 527 void mutateType(Type *Ty) {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 483 I->mutateType(TypeMapper->remapType(I->getType()));
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 229 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo());
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 236 milliseconds