Searched refs:FpExt (Results 1 – 1 of 1) sorted by relevance
220 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu() local221 if (FpExt && FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()222 FpExt->getOperand(0)->getType()->isFloatTy()) in lowerPrintfForGpu()350 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu() local351 if (FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()352 FpExt->getOperand(0)->getType()->isFloatTy()) { in lowerPrintfForGpu()353 Arg = FpExt->getOperand(0); in lowerPrintfForGpu()