Home
last modified time | relevance | path

Searched refs:NumOfBitCastUses (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp140 unsigned NumOfBitCastUses = 0; in getMallocType() local
147 NumOfBitCastUses++; in getMallocType()
151 if (NumOfBitCastUses == 1) in getMallocType()
155 if (NumOfBitCastUses == 0) in getMallocType()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp255 unsigned NumOfBitCastUses = 0; in getMallocType() local
262 NumOfBitCastUses++; in getMallocType()
266 if (NumOfBitCastUses == 1) in getMallocType()
270 if (NumOfBitCastUses == 0) in getMallocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp310 unsigned NumOfBitCastUses = 0; in getMallocType() local
317 NumOfBitCastUses++; in getMallocType()
321 if (NumOfBitCastUses == 1) in getMallocType()
325 if (NumOfBitCastUses == 0) in getMallocType()