Searched refs:CreateICmpSGE (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp554 bld.CreateICmpSGE(ops[0], llvm_imm(ops[0]->getType(), 0), "sabs.ge"),
571 bld.CreateSelect(bld.CreateICmpSGE(ops[0], llvm_imm(ops[0]->getType(), 0), "ssign.ge"), llvm_imm(ops[0]->getType(), 1), llvm_imm(ops[0]->getType(), -1), "sabs.selects"),
722 return bld.CreateICmpSGE(ops[0], ops[1]);
852 return bld.CreateSelect(bld.CreateICmpSGE(ops[0], ops[1], "smax.ge"), ops[0], ops[1], "smax.select");
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp365 Value *Cmp2 = IRB2.CreateICmpSGE(LastAccessedByte, ShadowValue);
/external/mesa3d/src/pixelflinger2/
H A Dllvm_scanline.cpp613 zCmp = builder.CreateICmpSGE(z, depthZ);
/external/llvm/include/llvm/Support/
H A DIRBuilder.h1075 Value *CreateICmpSGE(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp224 Builder.CreateICmpSGE(ArgValue,

Completed in 747 milliseconds