Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h504 bool selectGetElementPtr(const User *I);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp532 bool FastISel::selectGetElementPtr(const User *I) { in selectGetElementPtr() function in FastISel
1726 return selectGetElementPtr(I); in selectOperator()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp179 bool selectGetElementPtr(const Instruction *I);
4927 bool AArch64FastISel::selectGetElementPtr(const Instruction *I) { in selectGetElementPtr() function in AArch64FastISel
5135 return selectGetElementPtr(I); in fastSelectInstruction()