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

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1053 /// specified value type. If minAlign is specified, the slot size will have
1055 SDValue CreateStackTemporary(EVT VT, unsigned minAlign = 1);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1596 SDValue SelectionDAG::CreateStackTemporary(EVT VT, unsigned minAlign) { argument
1602 std::max((unsigned)TLI->getDataLayout()->getPrefTypeAlignment(Ty), minAlign);

Completed in 75 milliseconds