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

  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
ConstantFolder.h 205 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS,
NoFolder.h 258 Instruction *CreateFCmp(CmpInst::Predicate P,
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 230 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp 100 return Builder->CreateFCmp(Pred, LHS, RHS);
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 606 Cmp = Builder.CreateFCmp(P, Left, Right, "rdx.minmax.cmp");
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 76 return Builder.CreateFCmp(FCI.getPredicate(), Op0, Op1, Name);
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 346 milliseconds