Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h2001 std::tuple<LLT, LLT> getFirst2LLTs() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2493 std::tuple<LLT, LLT> MachineInstr::getFirst2LLTs() const { in getFirst2LLTs() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7227 auto [DstTy, SrcTy] = MI.getFirst2LLTs(); in lowerFPTRUNC()