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

  /external/llvm/unittests/IR/
PatternMatch.cpp 88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R)));
96 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), R, L)));
121 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R)));
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 490 LHS = Builder.CreateFCmpOGE(LHS, RHS, "cmp");
    [all...]

Completed in 196 milliseconds