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

  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 707 return bld.CreateICmpULE(ops[0], ops[1]);
836 return bld.CreateSelect(bld.CreateICmpULE(ops[0], ops[1], "umin.le"), ops[0], ops[1], "umin.select");
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 105 builder.CreateStore(builder.CreateICmpULE(sRef, s), sCmpPtr);
  /external/clang/lib/CodeGen/
CGStmt.cpp 870 Builder.CreateICmpULE(Diff, Builder.getInt(Range), "inbounds");
    [all...]
TargetInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/include/llvm/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 695 milliseconds