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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 658 Value *RHSV = GEPRHS->getOperand(DiffOperand);
660 return new ICmpInst(ICmpInst::getSignedPredicate(Cond), LHSV, RHSV);
    [all...]
InstCombineMulDivRem.cpp 687 if (ConstantVector *RHSV = dyn_cast<ConstantVector>(Op1)) {
688 unsigned VWidth = RHSV->getNumOperands();
692 if (ConstantInt *RHS = dyn_cast<ConstantInt>(RHSV->getOperand(i)))
699 if (ConstantInt *RHS = dyn_cast<ConstantInt>(RHSV->getOperand(i))) {
708 if (NewRHSV != RHSV) {
InstCombineAddSub.cpp 161 if (Value *RHSV = dyn_castNegVal(RHS)) {
162 Value *NewAdd = Builder->CreateAdd(LHSV, RHSV, "sum");
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 715 Value *RHSV = B.CreateZExt(B.CreateLoad(castToCStr(RHS, B), "rhsc"),
716 CI->getType(), "rhsv");
717 return B.CreateSub(LHSV, RHSV, "chardiff");
736 Value *RHSV =
737 B.CreateLoad(B.CreateBitCast(RHS, RHSPtrTy, "rhsc"), "rhsv");
739 return B.CreateZExt(B.CreateICmpNE(LHSV, RHSV), CI->getType(), "memcmp");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 753 Value *RHSV = B.CreateZExt(B.CreateLoad(CastToCStr(RHS, B), "rhsc"),
754 CI->getType(), "rhsv");
755 return B.CreateSub(LHSV, RHSV, "chardiff");
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 178 milliseconds