Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7957 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO); in lowerMemcpy() local
7965 MIB.buildStore(LdVal, StorePtr, *StoreMMO); in lowerMemcpy()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15946 SDValue &LdVal = NewResults[0]; in TryCombineBaseUpdate() local
15947 LdVal = DAG.getNode(ISD::BITCAST, dl, VecTy, LdVal); in TryCombineBaseUpdate()