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

  /external/llvm/include/llvm/IR/
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
InstrTypes.h 493 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
495 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
    [all...]
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 511 ResR = Builder.CreateFNeg(Op.first, "neg.r");
512 ResI = Builder.CreateFNeg(Op.second, "neg.i");
527 ResI = Builder.CreateFNeg(Op.second, "conj.i");
561 : Builder.CreateFNeg(Op.RHS.second, "sub.i");
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineAddSub.cpp 179 Value *createFNeg(Value *V);
743 LastVal = createFNeg(LastVal);
761 Value *FAddCombine::createFNeg(Value *V) {
    [all...]
InstCombineMulDivRem.cpp 670 Value *Neg = Builder->CreateFNeg(T);
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 347 BinaryOperator *Res = BinaryOperator::CreateFNeg(S1, Name, InsertBefore);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1182 milliseconds