Searched refs:getInt (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DUse.cpp56 unsigned Tag = (Current++)->Prev.getInt();
66 unsigned Tag = Current->Prev.getInt();
140 return ref->getInt()
H A DDataLayout.cpp189 static unsigned getInt(StringRef R) { function
227 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
233 unsigned PointerMemSize = inBytes(getInt(Tok));
237 unsigned PointerABIAlign = inBytes(getInt(Tok));
243 PointerPrefAlign = inBytes(getInt(Tok));
266 unsigned Size = Tok.empty() ? 0 : getInt(Tok);
270 unsigned ABIAlign = inBytes(getInt(Tok));
276 PrefAlign = inBytes(getInt(Tok));
285 unsigned Width = getInt(Tok);
294 StackNaturalAlign = inBytes(getInt(To
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DObjCMethodList.h34 unsigned getBits() const { return NextAndExtraBits.getInt(); }
H A DScopeInfo.h201 return Base.getInt();
246 bool isUnsafe() const { return Rep.getInt(); }
394 return InitExprAndCaptureKind.getInt() == Cap_This;
397 return InitExprAndCaptureKind.getInt() != Cap_This;
400 return InitExprAndCaptureKind.getInt() == Cap_ByCopy;
403 return InitExprAndCaptureKind.getInt() == Cap_ByRef;
406 return InitExprAndCaptureKind.getInt() == Cap_Block;
408 bool isNested() { return VarAndNested.getInt(); }
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h128 bool isClobber() const { return Value.getInt() == Clobber; }
132 bool isDef() const { return Value.getInt() == Def; }
138 return Value.getInt() == Other
145 return Value.getInt() == Other
152 return Value.getInt() == Other
159 if (Value.getInt() == Other) return NULL;
181 bool isDirty() const { return Value.getInt() == Invalid; }
H A DPtrUseVisitor.h62 bool isAborted() const { return AbortedInfo.getInt(); }
65 bool isEscaped() const { return EscapedInfo.getInt(); }
220 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt();
H A DRegionIterator.h58 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!");
65 bool isRegionMode() const { return Node.getInt() != ItBB; }
78 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!");
114 return Node.getInt() == x.Node.getInt();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DGlobalDecl.h55 CanonGD.Value.setInt(Value.getInt());
64 return static_cast<CXXCtorType>(Value.getInt());
69 return static_cast<CXXDtorType>(Value.getInt());
H A DRedeclarable.h34 bool NextIsPrevious() const { return !NextAndIsPrevious.getInt(); }
35 bool NextIsLatest() const { return NextAndIsPrevious.getInt(); }
H A DVTTBuilder.h49 return BaseAndIsVirtual.getInt();
H A DNestedNameSpecifier.h160 if (Prefix.getInt() == StoredIdentifier)
176 if (Prefix.getInt() == StoredTypeSpec ||
177 Prefix.getInt() == StoredTypeSpecWithTemplate)
H A DTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); }
499 bool isIdentifier() const { return !Qualifier.getInt(); }
509 bool isOverloadedOperator() const { return Qualifier.getInt(); }
H A DAPValue.h201 APSInt &getInt() { function in class:clang::APValue
205 const APSInt &getInt() const { function in class:clang::APValue
206 return const_cast<APValue*>(this)->getInt();
H A DRecordLayout.h208 return CXXInfo->PrimaryBase.getInt();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h47 bool isMissingExpected() const { return Storage.getInt(); }
H A DModuleMap.h96 ModuleHeaderRole getRole() const { return Storage.getInt(); }
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h83 bool isOverridden() const { return Val.getInt() == Overridden; }
84 bool isOutOfDate() const { return Val.getInt() == OutOfDate; }
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp131 setInt(RHS.getInt());
226 return getInt().needsCleanup();
276 OS << "Int: " << getInt();
350 Out << (getInt().getBoolValue() ? "true" : "false");
352 Out << getInt();
554 return ((const LV*)(const void*)Data)->BaseAndIsOnePastTheEnd.getInt();
611 return MPD.MemberAndIsDerivedMember.getInt();
H A DNestedNameSpecifier.cpp123 switch (Prefix.getInt()) {
144 if (Prefix.getInt() == StoredNamespaceOrAlias)
153 if (Prefix.getInt() == StoredNamespaceOrAlias)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h46 bool isScalar() const { return V1.getInt() == Scalar; }
47 bool isComplex() const { return V1.getInt() == Complex; }
48 bool isAggregate() const { return V1.getInt() == Aggregate; }
50 bool isVolatileQualified() const { return V2.getInt(); }
H A DCGCall.h143 bool isVolatile() const { return Value.getInt(); }
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h229 bool foundDirectives() const { return Data.getInt(); }
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h73 bool isCall() const { return I.getInt(); }
77 bool isInvoke() const { return getInstruction() && !I.getInt(); }
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp803 Constant *C = Builder->getInt(CI->getValue()-1);
1022 ConstantInt *ShiftedCmpRHS = Builder->getInt(Comp);
1043 Constant *Mask = Builder->getInt(Val);
1076 Builder->getInt(NewRHS));
1119 Builder->getInt(RHSV ^ SignBit));
1130 Builder->getInt(RHSV ^ NotSignBit));
1462 Constant *Mask = Builder->getInt(APInt::getLowBitsSet(TypeBits,
1585 Builder->getInt(CR.getUpper()));
1588 Builder->getInt(CR.getLower()));
1593 Builder->getInt(C
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp98 bool IsSubloopHeader = Item.getInt();

Completed in 214 milliseconds

1234