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

1 2

  /external/llvm/include/llvm/IR/
InstrTypes.h 141 void init(BinaryOps iType);
142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
161 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
169 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
194 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
200 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
206 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
213 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2,
219 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2
    [all...]
Instruction.h 387 enum BinaryOps {
IRBuilder.h 552 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc,
792 Value *CreateBinOp(Instruction::BinaryOps Opc,
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 195 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 139 Instruction::BinaryOps Opcode = I.getOpcode();
202 Instruction::BinaryOps Opcode = I.getOpcode();
342 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
343 Instruction::BinaryOps ROp) {
381 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
382 Instruction::BinaryOps ROp) {
400 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); // op
408 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op'
463 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op'
488 Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op
    [all...]
InstCombineCasts.cpp 188 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
    [all...]
InstCombineMulDivRem.cpp 689 if (Instruction::BinaryOps(LHS->getOpcode()) == I.getOpcode())
    [all...]
  /external/llvm/include/llvm/Support/
ConstantFolder.h 97 Constant *CreateBinOp(Instruction::BinaryOps Opc,
NoFolder.h 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc,
TargetFolder.h 109 Constant *CreateBinOp(Instruction::BinaryOps Opc,
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 352 return Builder.CreateBinOp(Instruction::BinaryOps(C->getOpcode()),
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 131 Instruction::BinaryOps OpcodeToExpand = (Instruction::BinaryOps)OpcToExpand;
192 Instruction::BinaryOps OpcodeToExtract = (Instruction::BinaryOps)OpcToExtract;
261 Instruction::BinaryOps Opcode = (Instruction::BinaryOps)Opc;
    [all...]
ScalarEvolutionExpander.cpp 152 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 190 llvm::Instruction::BinaryOps PostOp = (llvm::Instruction::BinaryOps)0;
    [all...]
ItaniumCXXABI.cpp 616 llvm::Instruction::BinaryOps And, Or;
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 336 Instruction::BinaryOps Op;
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 670 milliseconds

1 2