Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp120 bool selectIndirectBr(const Instruction *I);
2419 bool AArch64FastISel::selectIndirectBr(const Instruction *I) { in selectIndirectBr() function in AArch64FastISel
4940 return selectIndirectBr(I); in fastSelectInstruction()