Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingValue.c249 uint64_t RepValue = InstrProfGetRangeRepValue(TargetValue); in __llvm_profile_instrument_memop() local
250 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13780 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
13781 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
13782 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
13784 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()