Home
last modified time | relevance | path

Searched defs:Implies (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h63 Implies, /// True if LHS is false or RHS is true enumerator
H A DArena.h140 llvm::DenseMap<FormulaPair, const Formula *> Implies; variable
/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h39 FeatureBitArray Implies; ///< K-V bit mask member
57 FeatureBitArray Implies; ///< K-V bit mask member
/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp37 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() argument
[all...]
/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp662 getImpliedEnabledFeatures(FeatureBitset & Bits,const FeatureBitset & Implies) getImpliedEnabledFeatures() argument
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp479 StringRef Property, bool Implies) { in isPropertyImplied()