Home
last modified time | relevance | path

Searched defs:ITE (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h148 #define ITE(cond) ite cond macro
153 #define ITE(cond) macro
160 #define ITE(cond) macro
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp831 for (const auto &ITE : ImageTypesMap) { in EmitQualTypeFinder() local