Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2206 auto FPToInt = N->getOperand(0); in performVectorTruncSatLowCombine() local
2207 auto FPToIntOp = FPToInt.getOpcode(); in performVectorTruncSatLowCombine()
2210 if (cast<VTSDNode>(FPToInt.getOperand(1))->getVT() != MVT::i32) in performVectorTruncSatLowCombine()
2213 auto Source = FPToInt.getOperand(0); in performVectorTruncSatLowCombine()