Searched refs:FpExt (Results 1 – 1 of 1) sorted by relevance
213 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu() local214 if (FpExt && FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()215 FpExt->getOperand(0)->getType()->isFloatTy()) in lowerPrintfForGpu()343 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu() local344 if (FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()345 FpExt->getOperand(0)->getType()->isFloatTy()) { in lowerPrintfForGpu()346 Arg = FpExt->getOperand(0); in lowerPrintfForGpu()