Searched refs:isTrue (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h81 void initReg(MCInst const &, unsigned, unsigned &PredReg, bool &isTrue);
H A DHexagonMCChecker.cpp67 bool &isTrue) {
71 isTrue = HexagonMCInstrInfo::isPredicatedTrue(MCII, MCI);
92 bool isTrue = false; local
97 initReg(MCI, MCI.getOperand(i).getReg(), PredReg, isTrue);
99 initReg(MCI, MCID.getImplicitUses()[i], PredReg, isTrue);
127 Defs[R].insert(PredSense(PredReg, isTrue));
182 Defs[*SRI].insert(PredSense(PredReg, isTrue));
66 initReg(MCInst const &MCI, unsigned R, unsigned &PredReg, bool &isTrue) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp391 bool isTrue() const { return X == 1; } function in class:__anon1629::TryResult
406 return TryResult(R1.isTrue() && R2.isTrue());
1119 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue());
1120 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue());
1122 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue());
1123 AlwaysFalse &= !(Res1.isTrue() || Res
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp476 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); local
500 OS << (elif ? "#elif " : "#if ") << (isTrue ? "1" : "0")
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4389 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6357 /// If \p isTrue is true, return the true value of \p SI, otherwise return
6362 SelectInst *SI, bool isTrue,
6370 V = (isTrue ? DefSI->getTrueValue() : DefSI->getFalseValue());
6361 getTrueOrFalseValue( SelectInst *SI, bool isTrue, const SmallPtrSet<const Instruction *, 2> &Selects) argument
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c104779 int isTrue; /* IS TRUE or IS NOT TRUE */ local
105571 int isTrue; /* IS TRUE or IS NOT TRUE */ local
105744 int isTrue; /* IS TRUE or IS NOT TRUE */ local
[all...]

Completed in 484 milliseconds