HomeSort by relevance Sort by last modified time
    Searched refs:CreateDiv (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 897 bool CreateDiv = true;
908 CreateDiv = false;
914 Instruction *R = CreateDiv ?
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 372 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS,
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 239 case Instruction::SDiv: return MCBinaryExpr::CreateDiv(LHS, RHS, Ctx);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 45 milliseconds