Searched refs:fType (Results 1 – 3 of 3) sorted by relevance
1266 typedef void (*fType)(void); typedef1267 template<fType F>
976 if (auto fType = type.dyn_cast<FloatType>()) { in emitType() local977 switch (fType.getWidth()) { in emitType()
569 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false); in UpgradeIntrinsicFunction1() local570 NewFn = Function::Create(fType, F->getLinkage(), F->getAddressSpace(), in UpgradeIntrinsicFunction1()