Home
last modified time | relevance | path

Searched refs:validateTypes (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCompressInstEmitter.cpp129 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
160 bool CompressInstEmitter::validateTypes(Record *DagOpType, Record *InstOpType, in validateTypes() function in CompressInstEmitter
234 if (!validateTypes(DI->getDef(), Inst.Operands[i].Rec, IsSourceInst)) in addDagOperandMapping()