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

  /external/libcxx/test/std/containers/sequences/array/
compare.fail.cpp 34 const Vector RHSV(RHS.begin(), RHS.end());
35 assert((LHS == RHS) == (LHSV == RHSV));
36 assert((LHS != RHS) == (LHSV != RHSV));
37 assert((LHS < RHS) == (LHSV < RHSV));
38 assert((LHS <= RHS) == (LHSV <= RHSV));
39 assert((LHS > RHS) == (LHSV > RHSV));
40 assert((LHS >= RHS) == (LHSV >= RHSV));
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 390 Value *RHSV = Expander.expandCodeFor(RHS, Ty, InsertAt);
391 return Builder.CreateICmp(Pred, LHSV, RHSV);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 784 Value *RHSV = B.CreateZExt(B.CreateLoad(castToCStr(RHS, B), "rhsc"),
785 CI->getType(), "rhsv");
786 return B.CreateSub(LHSV, RHSV, "chardiff");
802 Value *RHSV = nullptr;
805 RHSV = ConstantFoldLoadFromConstPtr(RHSC, IntType, DL);
811 (RHSV || getKnownAlignment(RHS, DL, CI) >= PrefAlignment)) {
817 if (!RHSV) {
820 RHSV = B.CreateLoad(B.CreateBitCast(RHS, RHSPtrTy), "rhsv");
822 return B.CreateZExt(B.CreateICmpNE(LHSV, RHSV), CI->getType(), "memcmp")
    [all...]
  /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-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 266 milliseconds