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

  /external/llvm/include/llvm/IR/
Value.h 306 /// mutateType - Mutate the type of this Value to be of the specified type.
311 void mutateType(Type *Ty) {
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 214 I->mutateType(TypeMapper->remapType(I->getType()));
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 78 milliseconds