Home
last modified time | relevance | path

Searched defs:CondIsTrue (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp932 bool CondIsTrue = CondIsConstInt && (!ControllingExpression || checkIfLoopMustProgress() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1176 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; processImpliedCondition() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2794 simplifyNestedSelectsUsingImpliedCond(SelectInst & SI,Value * CondVal,bool CondIsTrue,const DataLayout & DL) simplifyNestedSelectsUsingImpliedCond() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4401 bool CondIsTrue = PBI->getSuccessor(0) == BB; SimplifyCondBranchToCondBranch() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4649 computeKnownFPClassFromCond(const Value * V,Value * Cond,bool CondIsTrue,const Instruction * CxtI,KnownFPClass & KnownFromContext) computeKnownFPClassFromCond() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DExpr.h4567 bool CondIsTrue; global() variable
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7300 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); VisitChooseExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15860 bool CondIsTrue = false; ActOnChooseExpr() local