Searched defs:RepValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp871 Constant *RepValue = NewGV; local
873 RepValue = ConstantExpr::getBitCast(RepValue,
900 LoadUse = RepValue;
950 if (RepValue != NewGV)
951 ConstantPropUsersOf(RepValue, DL, TLI);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9355 SDValue RepValue = PromOp.getOperand(0); local
9356 if (isa<ConstantSDNode>(RepValue))
9357 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue);
9359 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue);

Completed in 119 milliseconds