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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 852 Value *OpndVal = Opnd.getSymVal();
856 return OpndVal;
861 return createFAdd(OpndVal, OpndVal);
865 return createFMul(OpndVal, Coeff.getValue(Instr->getType()));
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 60 milliseconds