Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:Ty

848                                          GenericValue *Ptr, Type *Ty) {
849 const unsigned StoreBytes = getTargetData()->getTypeStoreSize(Ty);
851 switch (Ty->getTypeID()) {
872 dbgs() << "Cannot store value of type " << *Ty << "!\n";
910 Type *Ty) {
911 const unsigned LoadBytes = getTargetData()->getTypeStoreSize(Ty);
913 switch (Ty->getTypeID()) {
916 Result.IntVal = APInt(cast<IntegerType>(Ty)->getBitWidth(), 0);
939 OS << "Cannot load value of type " << *Ty << "!";