Home
last modified time | relevance | path

Searched defs:CombinedPred (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/TableGen/
H A DPredicate.cpp72 "must be a subclass of Tablegen 'CombinedPred' class"); in CombinedPred() function in CombinedPred
67 CombinedPred::CombinedPred(const llvm::Record *record) : Pred(record) { CombinedPred() function in CombinedPred
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4193 Value *CombinedPred = QB.CreateOr(PPred, QPred); mergeConditionalStoreToAddress() local