Searched refs:valueY (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Transforms/Inline/ |
D | inline-fp.ll | 14 %valueY = alloca i8, align 1 18 call void @getY(i32* %responseY, i8* %valueY) 33 %5 = load i8, i8* %valueY 61 %valueY = alloca i8, align 1 65 call void @getY(i32* %responseY, i8* %valueY) 80 %5 = load i8, i8* %valueY
|
/external/swiftshader/docs/ |
D | Index.md | 30 …ch as `float y = 1 - x;` directly with LLVM, we'd need code like `Value *valueY = BinaryOperator::…
|
D | Reactor.md | 15 Value *valueY = BinaryOperator::CreateSub(ConstantInt::get(Type::getInt32Ty(Context), 1), valueX, "…
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 398 T valueY = i * stepY; in DataGen() local 402 data[j + i * sizeX] = valueMin + j * stepX + valueY; in DataGen()
|