Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3150 bool IsFPSetCC = CmpOpVT.isFloatingPoint() && CmpOpVT != MVT::f128; in reduceSelectOfFPConstantLoads() local
3151 return !IsFPSetCC || !Subtarget.isTarget64BitLP64() || !Subtarget.hasAVX(); in reduceSelectOfFPConstantLoads()