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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 686 Value *RHSV = GEPRHS->getOperand(DiffOperand);
688 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
    [all...]
InstCombineAddSub.cpp 965 if (Value *RHSV = dyn_castNegVal(RHS)) {
966 Value *NewAdd = Builder->CreateAdd(LHSV, RHSV, "sum");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 492 milliseconds