HomeSort by: relevance | last modified time | path
    Searched refs:IsLarge (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackProtector.h 91 /// \param [out] IsLarge is set to true if a protectable array is found and
94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp 116 /// \param [out] IsLarge is set to true if a protectable array is found and
119 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge,
137 IsLarge = true;
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
158 if (IsLarge)
338 bool IsLarge = false;
339 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {
340 Layout.insert(std::make_pair(AI, IsLarge
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 2103 SDValue IsLarge =
2106 RoundedA = DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA);
2146 SDValue IsLarge =
2149 return DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA);

Completed in 20 milliseconds