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

  /external/llvm/lib/Analysis/
PHITransAddr.cpp 385 Value *OpVal = InsertPHITranslatedSubExpr(Cast->getOperand(0),
387 if (OpVal == 0) return 0;
391 OpVal, InVal->getType(),
403 Value *OpVal = InsertPHITranslatedSubExpr(GEP->getOperand(i),
405 if (OpVal == 0) return 0;
406 GEPOps.push_back(OpVal);
427 Value *OpVal = InsertPHITranslatedSubExpr(Inst->getOperand(0),
429 if (OpVal == 0) return 0;
431 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/Utils/
AddrModeMatcher.cpp 378 /// IsOperandAMemoryOperand - Check to see if all uses of OpVal by the specified
381 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal,
392 if (OpInfo.CallOperandVal == OpVal &&
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 668 SDValue OpVal(0, 0);
729 if (OpVal.getNode() == 0)
730 OpVal = N->getOperand(i);
731 else if (OpVal != N->getOperand(i))
735 if (OpVal.getNode() == 0) return SDValue(); // All UNDEF: use implicit def.
739 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
741 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 485 milliseconds