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 318 /// mutateType - Mutate the type of this Value to be of the specified type.
323 void mutateType(Type *Ty) {
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 223 I->mutateType(TypeMapper->remapType(I->getType()));
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 191 milliseconds