Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp69 bool &isTrue) { in initReg()
95 bool isTrue = false; in init() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp487 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp533 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI, bool isTrue, in getTrueOrFalseValue()
H A DCodeGenPrepare.cpp7027 getTrueOrFalseValue(SelectInst *SI, bool isTrue, in getTrueOrFalseValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1955 const bool isTrue = in coverIfConstexpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2218 auto HexagonVectorCombine::isTrue(const Value *Val) const -> bool { in isTrue() function in HexagonVectorCombine
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp411 bool isTrue() const { return X == 1; } in isTrue() function in __anonef2f84bd0211::TryResult
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4610 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()