Home
last modified time | relevance | path

Searched refs:RepValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp873 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
875 RepValue = ConstantExpr::getBitCast(RepValue, in OptimizeGlobalAddressOfMalloc()
902 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
952 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
953 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9673 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
9674 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
9675 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
9677 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()