Searched defs:Ptr (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_backend.cpp707 llvm::Value *Ptr = NULL; local
709 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx);
713 Params.push_back(Ptr);
715 llvm::Value *V = IB->CreateLoad(Ptr);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3146 Value *Val, *Ptr; local
3147 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3149 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3153 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
3159 Value *Val, *Ptr; local
3162 PointerType::getUnqual(Val->getType()), Ptr)||
3166 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3425 Value *Val, *Ptr; local
3426 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3428 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3432 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
3439 Value *Val, *Ptr; local
3440 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3442 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3454 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1,
3462 Value *Ptr, *Cmp, *New; local
3463 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3482 Value *Ptr, *Val; local
[all...]

Completed in 166 milliseconds