Searched refs:LdVal (Results 1 – 3 of 3) sorted by relevance
617 const Value *LdVal = MemOp->getMMO().getValue(); in isLoadFromFPType() local618 if (!LdVal) in isLoadFromFPType()622 if (const GlobalValue *GV = dyn_cast<GlobalValue>(LdVal)) { in isLoadFromFPType()637 for (const auto *LdUser : LdVal->users()) { in isLoadFromFPType()642 if (isa<StoreInst>(LdUser) && LdUser->getOperand(1) == LdVal) { in isLoadFromFPType()
8482 auto LdVal = MIB.buildLoad(CopyTy, LoadPtr, *LoadMMO); in lowerMemcpy() local8490 MIB.buildStore(LdVal, StorePtr, *StoreMMO); in lowerMemcpy()
16064 SDValue &LdVal = NewResults[0]; in TryCombineBaseUpdate() local16065 LdVal = DAG.getNode(ISD::BITCAST, dl, VecTy, LdVal); in TryCombineBaseUpdate()