Home
last modified time | relevance | path

Searched refs:hfSub (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DLowPrecisionOptPass.cpp369 auto hfSub = llvm::dyn_cast<llvm::BinaryOperator>(*I.user_begin()); in visitIntrinsicInst() local
371 if (hfSub && hfSub->getOpcode() == llvm::Instruction::BinaryOps::FSub) in visitIntrinsicInst()
373 if (hfSub->getOperand(0) == I.getOperand(0)) in visitIntrinsicInst()
375 auto fSub = m_builder->CreateFSub(src, floor32, hfSub->getName()); in visitIntrinsicInst()
377 hfSub->replaceAllUsesWith(fpdst); in visitIntrinsicInst()