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.cpp1054 PrototypeDescriptor MaskoffType = PrototypeDescriptor( in computeBuiltinTypes() local
1058 NewPrototype.insert(NewPrototype.begin() + 1, MaskoffType); in computeBuiltinTypes()
1064 PrototypeDescriptor MaskoffType = NewPrototype[1]; in computeBuiltinTypes() local
1065 MaskoffType.TM &= ~static_cast<uint8_t>(TypeModifier::Pointer); in computeBuiltinTypes()
1066 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()
1093 PrototypeDescriptor MaskoffType = PrototypeDescriptor( in computeBuiltinTypes() local
1097 NewPrototype.insert(NewPrototype.begin(), MaskoffType); in computeBuiltinTypes()
1104 PrototypeDescriptor MaskoffType = Prototype[1]; in computeBuiltinTypes() local
1105 MaskoffType.TM &= ~static_cast<uint8_t>(TypeModifier::Pointer); in computeBuiltinTypes()
1106 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()