Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h3085 extern Bool isPlausibleIRType ( IRType ty );
/external/valgrind/VEX/priv/
Dir_defs.c3693 Bool isPlausibleIRType ( IRType ty ) in isPlausibleIRType() function
4651 if (!isPlausibleIRType(ty)) { in sanityCheckIRSB()
Dguest_x86_toIR.c321 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_arm64_toIR.c358 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_mips_toIR.c937 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_s390_toIR.c108 vassert(isPlausibleIRType(type)); in newTemp()
Dguest_arm_toIR.c388 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_ppc_toIR.c541 vassert(isPlausibleIRType(ty)); in newTemp()
Dguest_amd64_toIR.c227 vassert(isPlausibleIRType(ty)); in newTemp()