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

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 104 Builder.CreateBinOp((Instruction::BinaryOps)OpCode,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 375 Value *NSh = Builder->CreateBinOp(I.getOpcode(), TrOp, ShAmt,I.getName());
425 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), YS, V1,
461 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), V1, YS,
524 Builder->CreateBinOp(I.getOpcode(), Op0BO->getOperand(0), Op1);
    [all...]
InstructionCombining.cpp 468 V = Builder->CreateBinOp(TopLevelOpcode, B, D, RHS->getName());
470 SimplifiedInst = Builder->CreateBinOp(InnerOpcode, A, V);
488 V = Builder->CreateBinOp(TopLevelOpcode, A, C, LHS->getName());
490 SimplifiedInst = Builder->CreateBinOp(InnerOpcode, V, B);
575 C = Builder->CreateBinOp(InnerOpcode, L, R);
600 A = Builder->CreateBinOp(InnerOpcode, L, R);
667 Value *RI = IC->Builder->CreateBinOp(BO->getOpcode(), Op0, Op1,
834 InV = Builder->CreateBinOp(cast<BinaryOperator>(I).getOpcode(),
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 109 Constant *CreateBinOp(Instruction::BinaryOps Opc,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 97 Constant *CreateBinOp(Instruction::BinaryOps Opc,
NoFolder.h 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc,
IRBuilder.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 349 return Builder.CreateBinOp(Instruction::BinaryOps(C->getOpcode()),
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 158 // Now, try it with CreateBinOp
159 F = Builder.CreateBinOp(Instruction::FAdd, F, F);
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 98 return Builder.CreateBinOp(BO.getOpcode(), Op0, Op1, Name);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 444 Result = CGF.Builder.CreateBinOp(PostOp, RMWI, LoadVal1);
    [all...]
ItaniumCXXABI.cpp 775 EqZero = Builder.CreateBinOp(And, EqZero, OrAdjAnd1EqZero);
779 llvm::Value *Result = Builder.CreateBinOp(Or, EqZero, AdjEq);
780 Result = Builder.CreateBinOp(And, PtrEq, Result,
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp 140 Result = CGF.Builder.CreateBinOp(Op, Result, Args[1]);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 193 Instruction *BO = cast<Instruction>(Builder.CreateBinOp(Opcode, LHS, RHS));
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 462 milliseconds