Searched refs:getLabelTy (Results 1 – 8 of 8) sorted by relevance
44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()
34 case LabelTyID : return getLabelTy(C); in getPrimitiveType()249 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
410 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
358 static Type *getLabelTy(LLVMContext &C);
346 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
590 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
1884 Type::getLabelTy(F.getContext()), Loc)); in GetBB()1889 Type::getLabelTy(F.getContext()), Loc)); in GetBB()3520 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI()3540 ParseValue(Type::getLabelTy(Context), Op1, PFS) || in ParsePHI()
570 ResultTy = Type::getLabelTy(Context); in ParseTypeTableBody()