Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c261 uint64_t RepValue = InstrProfGetRangeRepValue(TargetValue);
262 __llvm_profile_instrument_target(RepValue, Data, CounterIndex);
256 uint64_t RepValue = InstrProfGetRangeRepValue(TargetValue); __llvm_profile_instrument_memop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14298 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
14299 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
14300 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
14302 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()