Searched refs:Vty (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 163 MemoryAccess(LLVMContext &C, unsigned Vty, BasicBlock *BB, in MemoryAccess() argument 165 : User(Type::getVoidTy(C), Vty, nullptr, NumOperands), Block(BB) {} in MemoryAccess() 225 MemoryUseOrDef(LLVMContext &C, MemoryAccess *DMA, unsigned Vty, 227 : MemoryAccess(C, Vty, BB, 1), MemoryInst(MI) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 216 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, in MemoryAccess() argument 218 : DerivedUser(Type::getVoidTy(C), Vty, nullptr, NumOperands, DeleteValue), in MemoryAccess() 282 MemoryUseOrDef(LLVMContext &C, MemoryAccess *DMA, unsigned Vty, 284 : MemoryAccess(C, Vty, DeleteValue, BB, 1), MemoryInstruction(MI),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1794 if (PointerType *Vty = dyn_cast<PointerType>(V->getType())) { in expand() local 1795 Type *Ety = Vty->getPointerElementType(); in expand() 1805 unsigned AS = Vty->getAddressSpace(); in expand() 1809 V = Builder.CreateBitCast(V, Vty); in expand()
|