Searched refs:InBaseType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp346 /// The "base type", which is Type('d', OutTS). InBaseType is only
348 Type BaseType, InBaseType; member in class:__anon2449::Intrinsic
375 UseMacro(false), BaseType(OutTS, "."), InBaseType(InTS, "."),
1078 if (BaseType != InBaseType) {
1080 S += "_" + getInstTypeCode(InBaseType, LocalCK);

Completed in 61 milliseconds