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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp299 /// The "base type", which is Type('d', OutTS). InBaseType is only
301 Type BaseType, InBaseType; member in class:__anon19562::Intrinsic
317 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) {
1063 if (BaseType != InBaseType) {
1065 S += "_" + getInstTypeCode(InBaseType, LocalCK);

Completed in 36 milliseconds