Home | History | Annotate | Download | only in CppBackend

Lines Matching full:getcontext

223   if (CFP->getType() == Type::getFloatTy(CFP->getContext()))
225 Out << "ConstantFP::get(mod->getContext(), ";
234 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
252 if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
256 } else if (CFP->getType() == Type::getDoubleTy(CFP->getContext()))
379 return "Type::getVoidTy(mod->getContext())";
382 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
385 return "Type::getX86_FP80Ty(mod->getContext())";
387 return "Type::getFloatTy(mod->getContext())";
389 return "Type::getDoubleTy(mod->getContext())";
391 return "Type::getLabelTy(mod->getContext())";
393 return "Type::getX86_MMXTy(mod->getContext())";
534 Out << "PAS = AttributeSet::get(mod->getContext(), ";
544 Out << name << "_PAL = AttributeSet::get(mod->getContext(), Attrs);";
602 Out << "StructType::create(mod->getContext(), \"";
627 Out << "StructType::get(" << "mod->getContext(), ";
739 << " = ConstantInt::get(mod->getContext(), APInt("
795 " = ConstantDataArray::getString(mod->getContext(), \"";
998 Out << " = mod->getGlobalVariable(mod->getContext(), ";
1132 Out << "ReturnInst::Create(mod->getContext(), "
1212 << "mod->getContext(), "
1556 << " = new FenceInst(mod->getContext(), "
1819 " = BasicBlock::Create(mod->getContext(), \"";