HomeSort by relevance Sort by last modified time
    Searched refs:AllocaContent (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 249 Value* AllocaContent = IBuilder.getInt32(1);
250 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca);
262 DBuilder.insertDbgValueIntrinsic(AllocaContent, 0, Variable, E, DL,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 399 Value* AllocaContent = IBuilder.getInt32(1);
400 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca);
410 DBuilder.insertDbgValueIntrinsic(AllocaContent, Variable, E, DL, Entry);

Completed in 551 milliseconds