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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp381 bool FastISel::selectBinaryOp(const User *I, unsigned ISDOpcode) { function in class:FastISel
1474 return selectBinaryOp(I, ISD::ADD);
1476 return selectBinaryOp(I, ISD::FADD);
1478 return selectBinaryOp(I, ISD::SUB);
1483 return selectBinaryOp(I, ISD::FSUB);
1485 return selectBinaryOp(I, ISD::MUL);
1487 return selectBinaryOp(I, ISD::FMUL);
1489 return selectBinaryOp(I, ISD::SDIV);
1491 return selectBinaryOp(I, ISD::UDIV);
1493 return selectBinaryOp(
[all...]

Completed in 95 milliseconds