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

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp339 /// The "base type", which is Type('d', OutTS). InBaseType is only
341 Type BaseType, InBaseType; member in class:__anon3552::Intrinsic
368 UseMacro(false), BaseType(OutTS, "."), InBaseType(InTS, "."),
1041 if (BaseType != InBaseType) {
1043 S += "_" + getInstTypeCode(InBaseType, LocalCK);

Completed in 103 milliseconds