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

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 383 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
385 if (!OpVal) return nullptr;
389 OpVal, InVal->getType(),
401 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
403 if (!OpVal) return nullptr;
404 GEPOps.push_back(OpVal);
425 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
427 if (OpVal == 0) return 0;
429 BinaryOperator *Res = BinaryOperator::CreateAdd(OpVal, Inst->getOperand(1),
SparsePropagation.cpp 264 LatticeVal OpVal = getOrInitValueState(PN.getIncomingValue(i));
265 if (OpVal != PNIV)
266 PNIV = LatticeFunc->MergeValues(PNIV, OpVal);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 822 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue();
823 mergeInValue(&I, getValueState(OpVal));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 417 milliseconds