Searched refs:Casted (Results 1 – 3 of 3) sorted by relevance
265 Value *Casted = in runOnModule() local267 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main"); in runOnModule()
20 * Casted arguments to ctype macros casted to unsigned char, since not
585 Value *Casted = V; in expandAddToGEP() local587 Casted = InsertNoopCastOfTo(Casted, PTy); in expandAddToGEP()588 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()