Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1050 PrototypeDescriptor MaskoffType = PrototypeDescriptor( in computeBuiltinTypes() local
1054 NewPrototype.insert(NewPrototype.begin() + 1, MaskoffType); in computeBuiltinTypes()
1060 PrototypeDescriptor MaskoffType = NewPrototype[1]; in computeBuiltinTypes() local
1061 MaskoffType.TM &= ~static_cast<uint8_t>(TypeModifier::Pointer); in computeBuiltinTypes()
1062 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()
1089 PrototypeDescriptor MaskoffType = PrototypeDescriptor( in computeBuiltinTypes() local
1093 NewPrototype.insert(NewPrototype.begin(), MaskoffType); in computeBuiltinTypes()
1100 PrototypeDescriptor MaskoffType = Prototype[1]; in computeBuiltinTypes() local
1101 MaskoffType.TM &= ~static_cast<uint8_t>(TypeModifier::Pointer); in computeBuiltinTypes()
1102 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()