HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOperator (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 392 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) &&
393 cast<BinaryOperator>(I)->isExact() &&
400 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) &&
856 unsigned OpReg = getRegForValue(BinaryOperator::getFNegArgument(I));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 129 bool ProcessBranchOnXOR(BinaryOperator *BO);
449 } else if (BinaryOperator *BO = dyn_cast<BinaryOperator>(I)) {
806 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst));
    [all...]
GVN.cpp 816 StoredVal = BinaryOperator::CreateLShr(StoredVal, Val, "tmp", InsertPt);
    [all...]
LICM.cpp 440 bool HoistableKind = (isa<BinaryOperator>(I) || isa<CastInst>(I) ||
    [all...]
LoopUnswitch.cpp 361 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Cond))
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
AnalysisBasedWarnings.cpp 546 const BinaryOperator *BO = cast<BinaryOperator>(Term);
    [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 306 bool VisitBinAssign(BinaryOperator *E) {
Transforms.cpp 69 bool trans::isPlusOneAssign(const BinaryOperator *E) {
  /external/clang/lib/AST/
StmtDumper.cpp 149 void VisitBinaryOperator(BinaryOperator *Node);
487 void StmtDumper::VisitBinaryOperator(BinaryOperator *Node) {
489 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
493 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode())
Stmt.cpp 315 const BinaryOperator* B = cast<BinaryOperator>(this);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 521 void Interpreter::visitBinaryOperator(BinaryOperator &I) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 671 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(Syntactic))
CoreEngine.cpp 350 HandleBranch(cast<BinaryOperator>(Term)->getLHS(), Term, B, Pred);
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGExprCXX.cpp 170 if (isa<BinaryOperator>(callee))
322 const BinaryOperator *BO =
323 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
    [all...]
CodeGenFunction.cpp 646 if (const BinaryOperator *CondBOp = dyn_cast<BinaryOperator>(Cond)) {
    [all...]
CGExpr.cpp 367 } else if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(E)) {
715 return EmitBinaryOperatorLValue(cast<BinaryOperator>(E));
    [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 164 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(V)) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 541 VISIT(BinaryOperator);
670 DECL_VISIT_EXPR(BinaryOperator) {
    [all...]

Completed in 801 milliseconds

1 2 3 45 6 7