Searched refs:FpExt (Results 1 – 1 of 1) sorted by relevance
252 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu() local253 if (FpExt && FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()254 FpExt->getOperand(0)->getType()->isFloatTy()) in lowerPrintfForGpu()380 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu() local381 if (FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()382 FpExt->getOperand(0)->getType()->isFloatTy()) { in lowerPrintfForGpu()383 Arg = FpExt->getOperand(0); in lowerPrintfForGpu()