Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp343 val_vec_type TmpVal; in getConstantFieldValue() local
347 TmpVal = it->second; in getConstantFieldValue()
363 TmpVal = std::move(Vals); in getConstantFieldValue()
379 ByteSeq[j] = endian_match ? TmpVal[i] : TmpVal[Offset + Size - 1 - j]; in getConstantFieldValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6270 SDValue TmpVal = SDValue(Tmp, 0); in Select() local
6271 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal)); in Select()