Home
last modified time | relevance | path

Searched refs:isPlausibleIRType (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h2236 extern Bool isPlausibleIRType ( IRType ty );
/external/valgrind/main/VEX/priv/
Dir_defs.c2732 Bool isPlausibleIRType ( IRType ty ) in isPlausibleIRType() function
3463 if (!isPlausibleIRType(ty)) { in sanityCheckIRSB()
Dguest_x86_toIR.c324 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_ppc_toIR.c451 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_arm_toIR.c334 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_s390_toIR.c112 vassert(isPlausibleIRType(type)); in newTemp()
Dguest_amd64_toIR.c232 vassert(isPlausibleIRType(ty)); in newTemp()