Home
last modified time | relevance | path

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

/external/fonttools/Windows/
Dfonttools-win-setup.iss232 OldPath := ExpandConstant('{win}') + ';' + ExpandConstant('{win}')+'\COMMAND';
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp159 SDValue ExpandConstant(ConstantSDNode *CP);
296 SDValue SelectionDAGLegalize::ExpandConstant(ConstantSDNode *CP) { in ExpandConstant() function in SelectionDAGLegalize
3204 Results.push_back(ExpandConstant(CP)); in ExpandNode()