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.cpp347 val_vec_type TmpVal; in getConstantFieldValue() local
351 TmpVal = it->second; in getConstantFieldValue()
367 TmpVal = std::move(Vals); in getConstantFieldValue()
383 ByteSeq[j] = endian_match ? TmpVal[i] : TmpVal[Offset + Size - 1 - j]; in getConstantFieldValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6257 SDValue TmpVal = SDValue(Tmp, 0); in Select() local
6258 ReplaceNode(N, CurDAG->getMachineNode(Opc2, dl, VT, TmpVal, TmpVal)); in Select()