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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8389 SDValue ArithOp = Op; local
8402 ArithOp = Arith;
8407 // NOTICE: In the code below we use ArithOp to hold the arithmetic operation
8410 switch (ArithOp.getOpcode()) {
8430 dyn_cast<ConstantSDNode>(ArithOp.getNode()->getOperand(1))) {
8487 switch (ArithOp.getOpcode()) {

Completed in 65 milliseconds