Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp433 auto ComplexTT = ComplexType.split(":"); in parsePrototypeDescriptor() local
434 if (ComplexTT.first == "Log2EEW") { in parsePrototypeDescriptor()
436 if (ComplexTT.second.getAsInteger(10, Log2EEW)) { in parsePrototypeDescriptor()
457 } else if (ComplexTT.first == "FixedSEW") { in parsePrototypeDescriptor()
459 if (ComplexTT.second.getAsInteger(10, NewSEW)) { in parsePrototypeDescriptor()
480 } else if (ComplexTT.first == "LFixedLog2LMUL") { in parsePrototypeDescriptor()
482 if (ComplexTT.second.getAsInteger(10, Log2LMUL)) { in parsePrototypeDescriptor()
512 } else if (ComplexTT.first == "SFixedLog2LMUL") { in parsePrototypeDescriptor()
514 if (ComplexTT.second.getAsInteger(10, Log2LMUL)) { in parsePrototypeDescriptor()