Home
last modified time | relevance | path

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

1234

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h128 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber()
132 bool isDef() const { return Value.getInt() == Def; } in isDef()
138 return Value.getInt() == Other in isNonLocal()
145 return Value.getInt() == Other in isNonFuncLocal()
152 return Value.getInt() == Other in isUnknown()
159 if (Value.getInt() == Other) return NULL; in getInst()
181 bool isDirty() const { return Value.getInt() == Invalid; } in isDirty()
DRegionIterator.h58 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc()
65 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode()
78 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc()
114 return Node.getInt() == x.Node.getInt();
DPtrUseVisitor.h62 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted()
65 bool isEscaped() const { return EscapedInfo.getInt(); } in isEscaped()
220 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt(); in visitPtr()
/freebsd-10-stable/contrib/llvm/lib/IR/
DDataLayout.cpp189 static unsigned getInt(StringRef R) { in getInt() function
227 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier()
233 unsigned PointerMemSize = inBytes(getInt(Tok)); in parseSpecifier()
237 unsigned PointerABIAlign = inBytes(getInt(Tok)); in parseSpecifier()
243 PointerPrefAlign = inBytes(getInt(Tok)); in parseSpecifier()
266 unsigned Size = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier()
270 unsigned ABIAlign = inBytes(getInt(Tok)); in parseSpecifier()
276 PrefAlign = inBytes(getInt(Tok)); in parseSpecifier()
285 unsigned Width = getInt(Tok); in parseSpecifier()
294 StackNaturalAlign = inBytes(getInt(Tok)); in parseSpecifier()
DUse.cpp56 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser()
66 unsigned Tag = Current->Prev.getInt(); in getImpliedUser()
140 return ref->getInt() in getUser()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScopeInfo.h201 return Base.getInt(); in isExactProfile()
246 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe()
394 return InitExprAndCaptureKind.getInt() == Cap_This; in isThisCapture()
397 return InitExprAndCaptureKind.getInt() != Cap_This; in isVariableCapture()
400 return InitExprAndCaptureKind.getInt() == Cap_ByCopy; in isCopyCapture()
403 return InitExprAndCaptureKind.getInt() == Cap_ByRef; in isReferenceCapture()
406 return InitExprAndCaptureKind.getInt() == Cap_Block; in isBlockCapture()
408 bool isNested() { return VarAndNested.getInt(); } in isNested()
DObjCMethodList.h34 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DGlobalDecl.h55 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl()
64 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
69 return static_cast<CXXDtorType>(Value.getInt()); in getDtorType()
DNestedNameSpecifier.h160 if (Prefix.getInt() == StoredIdentifier) in getAsIdentifier()
176 if (Prefix.getInt() == StoredTypeSpec || in getAsType()
177 Prefix.getInt() == StoredTypeSpecWithTemplate) in getAsType()
DRedeclarable.h34 bool NextIsPrevious() const { return !NextAndIsPrevious.getInt(); } in NextIsPrevious()
35 bool NextIsLatest() const { return NextAndIsPrevious.getInt(); } in NextIsLatest()
DTemplateName.h410 bool hasTemplateKeyword() const { return Qualifier.getInt(); } in hasTemplateKeyword()
499 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier()
509 bool isOverloadedOperator() const { return Qualifier.getInt(); } in isOverloadedOperator()
DAPValue.h201 APSInt &getInt() { in getInt() function
205 const APSInt &getInt() const { in getInt() function
206 return const_cast<APValue*>(this)->getInt(); in getInt()
DVTTBuilder.h49 return BaseAndIsVirtual.getInt(); in isVirtual()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DAPValue.cpp131 setInt(RHS.getInt()); in APValue()
226 return getInt().needsCleanup(); in needsCleanup()
276 OS << "Int: " << getInt(); in dump()
350 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
352 Out << getInt(); in printPretty()
554 return ((const LV*)(const void*)Data)->BaseAndIsOnePastTheEnd.getInt(); in isLValueOnePastTheEnd()
611 return MPD.MemberAndIsDerivedMember.getInt(); in isMemberPointerToDerivedMember()
DDeclBase.cpp1194 if (!LookupPtr.getInt()) in buildLookup()
1255 if (LookupPtr.getInt()) in lookup()
1282 if (LookupPtr.getInt()) in lookup()
1307 if (LookupPtr.getInt()) { in noload_lookup()
1348 if (Name && !LookupPtr.getInt()) { in localUncachedLookup()
1539 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
1553 Dependent = Next.getInt(); in DestroyAll()
DNestedNameSpecifier.cpp123 switch (Prefix.getInt()) { in getKind()
144 if (Prefix.getInt() == StoredNamespaceOrAlias) in getAsNamespace()
153 if (Prefix.getInt() == StoredNamespaceOrAlias) in getAsNamespaceAlias()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGValue.h46 bool isScalar() const { return V1.getInt() == Scalar; } in isScalar()
47 bool isComplex() const { return V1.getInt() == Complex; } in isComplex()
48 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
50 bool isVolatileQualified() const { return V2.getInt(); } in isVolatileQualified()
DCGCall.h143 bool isVolatile() const { return Value.getInt(); } in isVolatile()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp803 Constant *C = Builder->getInt(CI->getValue()-1); in FoldICmpAddOpCst()
1022 ConstantInt *ShiftedCmpRHS = Builder->getInt(Comp); in FoldICmpShrCst()
1043 Constant *Mask = Builder->getInt(Val); in FoldICmpShrCst()
1076 Builder->getInt(NewRHS)); in visitICmpInstWithInstAndIntCst()
1119 Builder->getInt(RHSV ^ SignBit)); in visitICmpInstWithInstAndIntCst()
1130 Builder->getInt(RHSV ^ NotSignBit)); in visitICmpInstWithInstAndIntCst()
1462 Constant *Mask = Builder->getInt(APInt::getLowBitsSet(TypeBits, in visitICmpInstWithInstAndIntCst()
1585 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst()
1588 Builder->getInt(CR.getLower())); in visitICmpInstWithInstAndIntCst()
1593 Builder->getInt(CR.getUpper())); in visitICmpInstWithInstAndIntCst()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DModule.h83 bool isOverridden() const { return Val.getInt() == Overridden; } in isOverridden()
84 bool isOutOfDate() const { return Val.getInt() == OutOfDate; } in isOutOfDate()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DModuleLoader.h47 bool isMissingExpected() const { return Storage.getInt(); } in isMissingExpected()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DCallSite.h73 bool isCall() const { return I.getInt(); } in isCall()
77 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke()
DValueHandle.h106 unsigned getValPtrInt() const { return VP.getInt(); } in getValPtrInt()
122 HandleBaseKind getKind() const { return PrevPair.getInt(); } in getKind()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DProgramPoint.h137 unsigned x = Tag.getInt(); in getKind()
139 x |= L.getInt(); in getKind()
141 x |= Data2.getInt(); in getKind()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h229 bool foundDirectives() const { return Data.getInt(); } in foundDirectives()

1234