HomeSort by: relevance | last modified time | path
    Searched defs:mutateType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 805 void mutateType(Type *Ty) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2845 LLVM_DEBUG(dbgs() << "Do: MutateType: " << *Inst << " with " << *NewTy
2847 Inst->mutateType(NewTy);
2852 LLVM_DEBUG(dbgs() << "Undo: MutateType: " << *Inst << " with " << *OrigTy
2854 Inst->mutateType(OrigTy);
2994 /// Same as Value::mutateType.
2995 void mutateType(Instruction *Inst, Type *NewTy);
3040 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) {
4372 TPT.mutateType(ExtOpnd, Ext->getType());
7313 ToBePromoted->mutateType(TransitionTy);

Completed in 34 milliseconds