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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp310 /// The "base type", which is Type('d', OutTS). InBaseType is only
312 Type BaseType, InBaseType; member in class:__anon3268::Intrinsic
328 BaseType(OutTS, 'd'), InBaseType(InTS, 'd'), Emitter(Emitter) {
1081 if (BaseType != InBaseType) {
1083 S += "_" + getInstTypeCode(InBaseType, LocalCK);

Completed in 46 milliseconds