Home
last modified time | relevance | path

Searched defs:mutateType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h805 void mutateType(Type *Ty) { in mutateType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3040 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction