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

/frameworks/compile/slang/
H A Dslang_backend.cpp699 llvm::Value *Ptr = NULL; local
701 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx);
705 Params.push_back(Ptr);
707 llvm::Value *V = IB->CreateLoad(Ptr);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3142 Value *Val, *Ptr; local
3143 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3145 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3149 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
3155 Value *Val, *Ptr; local
3158 PointerType::getUnqual(Val->getType()), Ptr)||
3162 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3420 Value *Val, *Ptr; local
3421 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3423 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3427 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1);
3434 Value *Val, *Ptr; local
3435 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3437 cast<PointerType>(Ptr->getType())->getElementType(), Val) ||
3449 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1,
3457 Value *Ptr, *Cmp, *New; local
3458 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) ||
3477 Value *Ptr, *Val; local
[all...]

Completed in 1419 milliseconds