Home
last modified time | relevance | path

Searched defs:getI (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dnontrivial-c-struct-within-struct-name.m17 I *getI(void); function
/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp170 Instruction *getI() { return I; } getI() function in __anonfd246d180111::SelectOptimizeImpl::SelectLike
171 const Instruction *getI() const { return I; } getI() function in __anonfd246d180111::SelectOptimizeImpl::SelectLike
[all...]
/llvm-project/clang/test/Analysis/
H A Duse-after-move.cpp108 int getI() { return i; } in getI() function in A