Searched refs:FpExt (Results 1 – 1 of 1) sorted by relevance
219 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu() local220 if (FpExt && FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()221 FpExt->getOperand(0)->getType()->isFloatTy()) in lowerPrintfForGpu()347 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu() local348 if (FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()349 FpExt->getOperand(0)->getType()->isFloatTy()) { in lowerPrintfForGpu()350 Arg = FpExt->getOperand(0); in lowerPrintfForGpu()