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

  /external/llvm/include/llvm/IR/
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
InstrTypes.h 299 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
    [all...]
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 503 ResR = Builder.CreateFNeg(Op.first, "neg.r");
504 ResI = Builder.CreateFNeg(Op.second, "neg.i");
519 ResI = Builder.CreateFNeg(Op.second, "conj.i");
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineMulDivRem.cpp 563 Value *Neg = Builder->CreateFNeg(T);
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 682 irb_->CreateFNeg(GetLLVMValue(rl_src.orig_sreg));
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 274 milliseconds