Searched refs:RepValue (Results 1 – 2 of 2) sorted by relevance
875 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local877 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()903 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()953 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()954 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
11596 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local11597 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()11598 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()11600 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()