Searched defs:CPred (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/TableGen/ |
H A D | Predicate.cpp | 56 "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 D | InstCombineSelect.cpp | 1693 CmpInst::Predicate CPred; foldSelectInstWithICmpConst() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 139 CmpInst::Predicate CPred = Cmp->getPredicate(); isSameCompare() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1938 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...] |