Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp193 bool selectIntrinsicTrunc(MachineInstr &I, MachineRegisterInfo &MRI) const;
3449 return selectIntrinsicTrunc(I, MRI); in select()
3664 bool AArch64InstructionSelector::selectIntrinsicTrunc( in selectIntrinsicTrunc() function in AArch64InstructionSelector