Searched refs:RepValue (Results 1 – 3 of 3) sorted by relevance
249 uint64_t RepValue = InstrProfGetRangeRepValue(TargetValue); in __llvm_profile_instrument_memop() local250 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
937 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local939 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()969 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()1016 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()1017 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
13278 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local13279 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()13280 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()13282 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()