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

  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 319 I.mutateType(Offset->getType());
334 V->mutateType(NewTy);
  /external/llvm/include/llvm/IR/
Value.h 450 /// mutateType - Mutate the type of this Value to be of the specified type.
455 void mutateType(Type *Ty) {
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 304 Inst->mutateType(SExt->getType());
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 223 I->mutateType(TypeMapper->remapType(I->getType()));
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 283 milliseconds