Searched defs:isUnknown (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DBranchProbability.h47 bool isUnknown() const { return N == UnknownN; } function in class:llvm::BranchProbability
H A DKnownBits.h63 bool isUnknown() const { return Zero.isZero() && One.isZero(); } function in struct:llvm::KnownBits
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h241 bool isUnknown() const { return Tag == unknown; } function in class:llvm::ValueLatticeElement
H A DMemoryDependenceAnalysis.h167 bool isUnknown() const { function in class:llvm::MemDepResult
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h124 bool isUnknown() const { function in class:clang::ento::SVal
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp411 bool InputFile::isUnknown() const { return PdbOrObj.is<MemoryBuffer *>(); } function in class:InputFile
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h190 bool isUnknown() const { return Lang == Language::Unknown && Fmt == Source; } function in class:clang::InputKind
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp325 bool isUnknown() const { return State == Unknown; } function in class:__anon3066::VSETVLIInfo
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp789 bool isUnknown() const { return getStatus() == Unknown; } function in class:__anon3529::BDVState
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp970 bool isUnknown() const { function in struct:__anon3329::OffsetInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5269 bool isUnknown() const { function in struct:AAPointerInfo::RangeList

Completed in 378 milliseconds