Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1055 PrototypeDescriptor MaskoffType = PrototypeDescriptor( in computeBuiltinTypes() local
1059 NewPrototype.insert(NewPrototype.begin() + 1, MaskoffType); in computeBuiltinTypes()
1065 PrototypeDescriptor MaskoffType = NewPrototype[1]; in computeBuiltinTypes() local
1066 MaskoffType.TM &= ~static_cast<uint8_t>(TypeModifier::Pointer); in computeBuiltinTypes()
1067 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()
1094 PrototypeDescriptor MaskoffType = PrototypeDescriptor( in computeBuiltinTypes() local
1098 NewPrototype.insert(NewPrototype.begin(), MaskoffType); in computeBuiltinTypes()
1105 PrototypeDescriptor MaskoffType = Prototype[1]; in computeBuiltinTypes() local
1106 MaskoffType.TM &= ~static_cast<uint8_t>(TypeModifier::Pointer); in computeBuiltinTypes()
1107 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()