Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp69 bool &isTrue) { in initReg()
95 bool isTrue = false; in init() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp485 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp506 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI, bool isTrue, in getTrueOrFalseValue()
H A DCodeGenPrepare.cpp6913 getTrueOrFalseValue(SelectInst *SI, bool isTrue, in getTrueOrFalseValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1820 const bool isTrue = in coverIfConstexpr() local
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp411 bool isTrue() const { return X == 1; } in isTrue() function in __anond5061b330211::TryResult
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4557 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()