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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 336 /// SelectBinaryOp - Select and emit code for a binary operator instruction,
339 bool FastISel::SelectBinaryOp(const User *I, unsigned ISDOpcode) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 350 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);

Completed in 49 milliseconds