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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp141 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
250 /// ExpandConstantFP - Expands the ConstantFP node to an integer constant or
253 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { function in class:SelectionDAGLegalize
3582 Results.push_back(ExpandConstantFP(CFP, true));

Completed in 77 milliseconds