HomeSort by relevance Sort by last modified time
    Searched defs:OpVal (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 384 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
386 if (OpVal == 0) return 0;
390 OpVal, InVal->getType(),
402 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
404 if (OpVal == 0) return 0;
405 GEPOps.push_back(OpVal);
426 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
428 if (OpVal == 0) return 0;
430 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
SparsePropagation.cpp 263 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
264 if (OpVal != PNIV)
265 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
SCCP.cpp 830 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue();
831 mergeInValue(&I, getValueState(OpVal));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 539 milliseconds