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

/external/llvm/include/llvm/IR/
H A DValue.h527 void mutateType(Type *Ty) { function
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2322 Inst->mutateType(NewTy);
2329 Inst->mutateType(OrigTy);
2433 /// Same as Value::mutateType.
2434 void mutateType(Instruction *Inst, Type *NewTy);
2468 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { function in class:__anon12186::TypePromotionTransaction
2988 TPT.mutateType(ExtOpnd, Ext->getType());
5016 ToBePromoted->mutateType(TransitionTy);

Completed in 48 milliseconds