HomeSort by: relevance | last modified time | path
    Searched refs:RepValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 927 Constant *RepValue = NewGV;
929 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType());
955 LoadUse = RepValue;
1006 if (RepValue != NewGV)
1007 ConstantPropUsersOf(RepValue, DL, TLI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 13223 SDValue RepValue = PromOp.getOperand(0);
13224 if (isa<ConstantSDNode>(RepValue))
13225 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue);
13227 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue);

Completed in 76 milliseconds