HomeSort by relevance Sort by last modified time
    Searched full:llvm_pointer (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 328 llvm::Value* llvm_pointer(class ir_rvalue* ir) function in class:ir_to_llvm_visitor
335 return bld.CreateInBoundsGEP(llvm_pointer(deref->array), gep, gep + 2);
342 return bld.CreateConstInBoundsGEP2_32(llvm_pointer(deref->record), 0, idx);
    [all...]

Completed in 314 milliseconds