Searched refs:CreateDiv (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCExpr.h428 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1125 bool CreateDiv = true; local
1136 CreateDiv = false;
1140 Instruction *R = CreateDiv ? BinaryOperator::CreateFDiv(Fold, X)
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp998 Expr = MCBinaryExpr::CreateDiv(Expr, MCConstantExpr::Create(2, OutContext),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1668 case Instruction::SDiv: return MCBinaryExpr::CreateDiv(LHS, RHS, Ctx);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp251 return MCBinaryExpr::CreateDiv(LHS, RHS, Ctx);

Completed in 169 milliseconds