Searched refs:RepValue (Results 1 – 2 of 2) sorted by relevance
927 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local929 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()955 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()1006 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()1007 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
13223 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local13224 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()13225 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()13227 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()