Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49574 bool F64IsLegal = in combineStore() local
49576 if ((VT == MVT::i64 && F64IsLegal && !Subtarget.is64Bit()) && in combineStore()
49607 if (VT == MVT::i64 && F64IsLegal && !Subtarget.is64Bit() && in combineStore()