Home
last modified time | relevance | path

Searched defs:RHSV (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp862 Value *RHSV = B.CreateZExt(B.CreateLoad(CastToCStr(RHS, B), "rhsc"), in optimizeMemCmp() local
882 Value *RHSV = B.CreateLoad(B.CreateBitCast(RHS, RHSPtrTy, "rhsc"), "rhsv"); in optimizeMemCmp() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp714 Value *RHSV = GEPRHS->getOperand(DiffOperand); in FoldGEPICmp() local
1216 const APInt &RHSV = RHS->getValue(); in visitICmpInstWithInstAndIntCst() local
DInstCombineAddSub.cpp1146 if (Value *RHSV = dyn_castNegVal(RHS)) { in visitAdd() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2573 unsigned RHSV = C->getZExtValue(); in Select() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2267 ValueList LHSV, RHSV; in vectorizeTree() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5639 Value *LHS, Value *RHSV, const Loop *L, ICmpInst::Predicate Pred) { in computeShiftCompareExitLimit()