Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20084 SDValue ValueToStore = Src; in LowerSINT_TO_FP() local
20089 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerSINT_TO_FP()
20099 Chain = DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, Alignment); in LowerSINT_TO_FP()
20581 SDValue ValueToStore = Src; in LowerUINT_TO_FP() local
20586 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerUINT_TO_FP()
20589 DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, SlotAlign); in LowerUINT_TO_FP()