Searched defs:GEPA (Results 1 – 2 of 2) sorted by relevance
70 Value* Builder::GEPA(Value* Ptr, ArrayRef<Value*> IdxList, const Twine& Name) in GEPA() function in SwrJit::Builder75 Value* Builder::GEPA(Type* Ty, Value* Ptr, ArrayRef<Value*> IdxList, const Twine& Name) in GEPA() function in SwrJit::Builder
399 auto *GEPA = dyn_cast<GetElementPtrInst>(PtrA); in lookThroughComplexAddresses() local