Home
last modified time | relevance | path

Searched refs:Casted (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp265 Value *Casted = in runOnModule() local
267 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main"); in runOnModule()
/third_party/node/deps/cares/
DNEWS20 * Casted arguments to ctype macros casted to unsigned char, since not
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp585 Value *Casted = V; in expandAddToGEP() local
587 Casted = InsertNoopCastOfTo(Casted, PTy); in expandAddToGEP()
588 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()