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

/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h143 Bool isVec; /* does block have an array type, or not? */ member in struct:__anon32881
163 Bool isVec; /* does block have an array type, or not? */ member in struct:__anon32882
/external/llvm/include/llvm/Target/
H A DTargetLowering.h283 /// distinguish between vectors of boolean and scalars; the isVec parameter
290 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { argument
291 if (isVec)
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3413 Bool isVec; local
3437 isVec = ty->tag == Te_TyArray;
3438 if (arrays_only && !isVec)
3497 block.isVec = isVec;
3516 block.isVec = isVec;
3701 Bool isVec; local
3750 isVec = ty->tag == Te_TyArray;
3751 if (arrays_only && !isVec) continu
[all...]

Completed in 106 milliseconds