Home
last modified time | relevance | path

Searched refs:NewCondition (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1924 Value *NewCondition = ConditionTrue ? in fixupBranch() local
1927 BI->setCondition(NewCondition); in fixupBranch()
1948 Value *NewCondition = IsTrueBiased ? in fixupSelect() local
1951 SI->setCondition(NewCondition); in fixupSelect()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5196 Expr *NewCondition = NewEC.Cond.getCondition(); in insert() local
5206 if (EC.Cond.getCondition() == nullptr && NewCondition == nullptr) { in insert()
5226 if (NewCondition || !Conditions.empty()) { in insert()