Home
last modified time | relevance | path

Searched defs:CPred (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/TableGen/
H A DPredicate.cpp56 "must be a subclass of Tablegen 'CPred' class"); in CPred() function in CPred
51 CPred::CPred(const llvm::Record *record) : Pred(record) { CPred() function in CPred
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1693 CmpInst::Predicate CPred; foldSelectInstWithICmpConst() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp139 CmpInst::Predicate CPred = Cmp->getPredicate(); isSameCompare() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1938 hasDSA(ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool,DefaultDataSharingAttributes)> CPred,const llvm::function_ref<bool (OpenMPDirectiveKind)> DPred,bool FromParent) const hasDSA() argument
1962 hasInnermostDSA(ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool)> CPred,const llvm::function_ref<bool (OpenMPDirectiveKind)> DPred,bool FromParent) const hasInnermostDSA() argument
1983 hasExplicitDSA(const ValueDecl * D,const llvm::function_ref<bool (OpenMPClauseKind,bool)> CPred,unsigned Level,bool NotLastprivate) const hasExplicitDSA() argument
[all...]