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

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp391 bool isTrue() const { return X == 1; } function in class:__anon366::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...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp474 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); local
498 OS << (elif ? "#elif " : "#if ") << (isTrue ? "1" : "0")
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4474 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6613 /// If \p isTrue is true, return the true value of \p SI, otherwise return
6618 SelectInst *SI, bool isTrue,
6626 V = (isTrue ? DefSI->getTrueValue() : DefSI->getFalseValue());
6617 getTrueOrFalseValue( SelectInst *SI, bool isTrue, const SmallPtrSet<const Instruction *, 2> &Selects) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c113133 int isTrue; /* IS TRUE or IS NOT TRUE */ local
113964 int isTrue; /* IS TRUE or IS NOT TRUE */ local
114138 int isTrue; /* IS TRUE or IS NOT TRUE */ local
[all...]

Completed in 882 milliseconds