Searched refs:getCanonicalConstantFP (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h158 SDValue getCanonicalConstantFP(SelectionDAG &DAG, const SDLoc &SL, EVT VT,
H A DSIISelLowering.cpp9386 SDValue SITargetLowering::getCanonicalConstantFP( function in class:SITargetLowering
9431 return getCanonicalConstantFP(DAG, SDLoc(N), VT, CFP->getValueAPF());
9453 NewElts[I] = getCanonicalConstantFP(DAG, SL, EltVT,
9494 SDValue Canon1 = getCanonicalConstantFP(DAG, SL, VT, CRHS->getValueAPF());

Completed in 147 milliseconds