Searched refs:getLabelTy (Results 1 – 8 of 8) sorted by relevance
451 static Type *getLabelTy(LLVMContext &C);
533 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()641 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()734 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
46 case LabelTyID : return getLabelTy(C); in getPrimitiveType()225 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
49 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
847 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
805 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
3345 getVal(Name, Type::getLabelTy(F.getContext()), Loc)); in getBB()3350 getVal(ID, Type::getLabelTy(F.getContext()), Loc)); in getBB()7289 parseValue(Type::getLabelTy(Context), Op1, PFS) || in parsePHI()
2329 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()