Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp501 LLT IntDestTy = DestTy.changeElementType(LLT::scalar(32)); in matchCombineFmulWithSelectToFldexp() local
503 IntDestTy, SelectCondReg, in matchCombineFmulWithSelectToFldexp()
504 Builder.buildConstant(IntDestTy, SelectTrueLog2Val), in matchCombineFmulWithSelectToFldexp()
505 Builder.buildConstant(IntDestTy, SelectFalseLog2Val)); in matchCombineFmulWithSelectToFldexp()