Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h189 SDValue bitcastConstantFPToInt(ConstantFPSDNode *C, const SDLoc &DL,
H A DSparcISelLowering.cpp937 Arg = bitcastConstantFPToInt(C, dl, DAG); in LowerCall_32()
3184 SDValue SparcTargetLowering::bitcastConstantFPToInt(ConstantFPSDNode *C, in bitcastConstantFPToInt() function in SparcTargetLowering
3202 return bitcastConstantFPToInt(cast<ConstantFPSDNode>(Src), dl, DCI.DAG); in PerformBITCASTCombine()