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

1 2 3 4

  /external/swiftshader/third_party/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/
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
ConstantFolder.h 130 Constant *CreateFNeg(Constant *C) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
303 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 512 ResR = Builder.CreateFNeg(Op.first, "neg.r");
513 ResI = Builder.CreateFNeg(Op.second, "neg.i");
528 ResI = Builder.CreateFNeg(Op.second, "conj.i");
562 : Builder.CreateFNeg(Op.RHS.second, "sub.i");
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 121 Constant *CreateFNeg(Constant *C) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetFolder.h 121 Constant *CreateFNeg(Constant *C) const {

Completed in 266 milliseconds

1 2 3 4