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

  /external/llvm/include/llvm/
InstrTypes.h 143 void init(BinaryOps iType);
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
146 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
163 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
171 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
196 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
202 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
208 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
215 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2,
221 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2
    [all...]
Instruction.h 297 enum BinaryOps {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 129 Instruction::BinaryOps Opcode = I.getOpcode();
177 Instruction::BinaryOps Opcode = I.getOpcode();
317 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
318 Instruction::BinaryOps ROp) {
356 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
357 Instruction::BinaryOps ROp) {
375 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); // op
383 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op'
438 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op'
463 Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op
    [all...]
InstCombineMulDivRem.cpp 383 if (Instruction::BinaryOps(LHS->getOpcode()) == I.getOpcode())
InstCombineCasts.cpp 182 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 189 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
  /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,
IRBuilder.h 505 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc,
742 Value *CreateBinOp(Instruction::BinaryOps Opc,
    [all...]
  /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/llvm/lib/VMCore/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 326 Instruction::BinaryOps Op;
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 575 llvm::Instruction::BinaryOps And, Or;
    [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp 116 Instruction::BinaryOps Op) {
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 2715 milliseconds