Searched defs:Div (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp384 bool llvm::expandDivision(BinaryOperator *Div) { argument
481 expandDivisionUpTo32Bits(BinaryOperator *Div) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstantFold.cpp2087 Constant *Div = ConstantExpr::getSDiv(CI, Factor); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp683 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, VT), local
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCExpr.h361 Div, ///< Signed division. enumerator in enum:llvm::MCBinaryExpr::Opcode
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp238 const SCEV *Div = SE.getConstant(CI); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2073 SDValue Div = DAG.getNode(ISD::SDIV, SDLoc(N), VT, N0, N1); local
2126 SDValue Div = DAG.getNode(ISD::UDIV, SDLoc(N), VT, N0, N1); local

Completed in 260 milliseconds