Home
last modified time | relevance | path

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

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