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

  /external/llvm/unittests/IR/
PatternMatch.cpp 166 .match(IRB.CreateSelect(IRB.CreateFCmpUGE(L, R), L, R)));
174 .match(IRB.CreateSelect(IRB.CreateFCmpUGE(L, R), R, L)));
199 .match(IRB.CreateSelect(IRB.CreateFCmpUGE(L, R), L, R)));
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 611 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest),
676 Builder.CreateFCmpUGE(VAbs, ConstantFP::get(V->getContext(), Smallest),
    [all...]

Completed in 244 milliseconds