Searched refs:RepValue (Results 1 – 2 of 2) sorted by relevance
873 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local875 RepValue = ConstantExpr::getBitCast(RepValue, in OptimizeGlobalAddressOfMalloc()902 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()952 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()953 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
9673 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local9674 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()