Home
last modified time | relevance | path

Searched defs:IsDistinct (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp190 bool IsDistinct) { in cloneMDTuple()
209 bool IsDistinct) { in cloneMDLocation()
222 ValueMaterializer *Materializer, bool IsDistinct) { in cloneMDNode()
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp589 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local
2896 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple()
2978 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode()
3003 bool LLParser::ParseMDLocation(MDNode *&Result, bool IsDistinct) { in ParseMDLocation()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1178 bool IsDistinct = false; in ParseMetadata() local