Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2167 auto IntToFP = N->getOperand(0); in performVectorConvertLowCombine() local
2168 if (IntToFP.getOpcode() != ISD::SINT_TO_FP && in performVectorConvertLowCombine()
2169 IntToFP.getOpcode() != ISD::UINT_TO_FP) in performVectorConvertLowCombine()
2171 if (IntToFP.getValueType() != MVT::v4f64) in performVectorConvertLowCombine()
2173 auto Source = IntToFP.getOperand(0); in performVectorConvertLowCombine()
2180 unsigned Op = IntToFP->getOpcode() == ISD::SINT_TO_FP in performVectorConvertLowCombine()