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

  /external/llvm/include/llvm/Support/
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
  /external/llvm/include/llvm/IR/
InstrTypes.h 299 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
    [all...]
IRBuilder.h 815 Value *CreateFNeg(Value *V, const Twine &Name = "", MDNode *FPMathTag = 0) {
817 return Insert(Folder.CreateFNeg(VC), Name);
818 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 498 ResR = Builder.CreateFNeg(Op.first, "neg.r");
499 ResI = Builder.CreateFNeg(Op.second, "neg.i");
514 ResI = Builder.CreateFNeg(Op.second, "conj.i");
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstCombineMulDivRem.cpp 520 Instruction *Neg = BinaryOperator::CreateFNeg(T);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 665 irb_->CreateFNeg(GetLLVMValue(rl_src.orig_sreg));
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 43 milliseconds