Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:base

338 // provide an option to ignore GEP indicies for find out the base address only
360 // - ignore GEP indicies for find out the base address only, and
392 const Value *base = skipPointerTransfer(pv, processed);
393 if (base) {
395 common = base;
396 else if (common != base)
451 Instruction *llvm::getInst(Value *base, char *instName) {
452 Function *F = getParentFunction(base);
467 void llvm::dumpInst(Value *base, char *instName) {
468 Instruction *I = getInst(base, instName);