Searched defs:mutateType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Value.h | 803 void mutateType(Type *Ty) { mutateType() function |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 3395 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction |