Searched defs:ShouldShrinkFPConstant (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h585 /// ShouldShrinkFPConstant - If true, then instruction selection should
588 virtual bool ShouldShrinkFPConstant(EVT) const { return true; } function in namespace:llvm
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h602 /// ShouldShrinkFPConstant - If true, then instruction selection should
605 virtual bool ShouldShrinkFPConstant(EVT VT) const { function in class:llvm::X86TargetLowering

Completed in 61 milliseconds