Searched refs:SelectAddrOperands (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp80 bool SelectAddrOperands(MVT AddrType, unsigned ConstOpc, SDValue Op,
338 bool WebAssemblyDAGToDAGISel::SelectAddrOperands(MVT AddrType, function in class:WebAssemblyDAGToDAGISel
400 return SelectAddrOperands(MVT::i32, WebAssembly::CONST_I32, Op, Offset, Addr);
405 return SelectAddrOperands(MVT::i64, WebAssembly::CONST_I64, Op, Offset, Addr);

Completed in 110 milliseconds