Searched refs:FpExt (Results 1 – 1 of 1) sorted by relevance
242 FPExtInst *FpExt = dyn_cast<FPExtInst>(Arg); in lowerPrintfForGpu() local243 if (FpExt && FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()244 FpExt->getOperand(0)->getType()->isFloatTy()) in lowerPrintfForGpu()408 } else if (auto *FpExt = dyn_cast<FPExtInst>(Arg)) { in lowerPrintfForGpu() local409 if (FpExt->getType()->isDoubleTy() && in lowerPrintfForGpu()410 FpExt->getOperand(0)->getType()->isFloatTy()) { in lowerPrintfForGpu()411 Arg = FpExt->getOperand(0); in lowerPrintfForGpu()