Home
last modified time | relevance | path

Searched refs:End1 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DIRBuilderTest.cpp60 Value *End1 = Builder.CreateLifetimeEnd(Var1); in TEST_F() local
65 IntrinsicInst *II_End1 = dyn_cast<IntrinsicInst>(End1); in TEST_F()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp70 Value *End1 = Builder.CreateLifetimeEnd(Var1); in TEST_F() local
75 IntrinsicInst *II_End1 = dyn_cast<IntrinsicInst>(End1); in TEST_F()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1190 int64_t End1 = Load->getSrcValueOffset() + Size; in canUseBlockOperation() local
1192 if (V1 == V2 && End1 == End2) in canUseBlockOperation()
1195 return !AA->alias(MemoryLocation(V1, End1, Load->getAAInfo()), in canUseBlockOperation()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1864 Value *End1 = ChkBuilder.CreateBitCast(B.End, PtrArithTy0, "bc"); in addRuntimeChecks() local
1866 Value *Cmp0 = ChkBuilder.CreateICmpULE(Start0, End1, "bound0"); in addRuntimeChecks()