Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp163 bool selectIndirectBr(const Instruction *I);
2518 bool AArch64FastISel::selectIndirectBr(const Instruction *I) { in selectIndirectBr() function in AArch64FastISel
5093 return selectIndirectBr(I); in fastSelectInstruction()