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

/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp163 bool SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode);
1778 bool ARMFastISel::SelectBinaryIntOp(const Instruction *I, unsigned ISDOpcode) { function in class:ARMFastISel
2852 return SelectBinaryIntOp(I, ISD::ADD);
2854 return SelectBinaryIntOp(I, ISD::OR);
2856 return SelectBinaryIntOp(I, ISD::SUB);

Completed in 113 milliseconds