Home
last modified time | relevance | path

Searched refs:BinaryOps (Results 1 – 25 of 25) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h141 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 …]
DInstruction.h387 enum BinaryOps { enum
DIRBuilder.h549 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp()
789 Value *CreateBinOp(Instruction::BinaryOps Opc,
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp139 Instruction::BinaryOps Opcode = I.getOpcode(); in MaintainNoSignedWrap()
202 Instruction::BinaryOps Opcode = I.getOpcode(); in SimplifyAssociativeOrCommutative()
342 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight()
343 Instruction::BinaryOps ROp) { in LeftDistributesOverRight()
381 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft()
382 Instruction::BinaryOps ROp) { in RightDistributesOverLeft()
400 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); // op in SimplifyUsingDistributiveLaws()
408 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op' in SimplifyUsingDistributiveLaws()
463 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op' in SimplifyUsingDistributiveLaws()
488 Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op' in SimplifyUsingDistributiveLaws()
DInstCombineMulDivRem.cpp629 if (Instruction::BinaryOps(LHS->getOpcode()) == I.getOpcode()) in commonIDivTransforms()
DInstCombineCasts.cpp188 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in EvaluateInDifferentType()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h195 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
/external/llvm/include/llvm/Support/
DConstantFolder.h97 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
DTargetFolder.h109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
DNoFolder.h147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp131 Instruction::BinaryOps OpcodeToExpand = (Instruction::BinaryOps)OpcToExpand; in ExpandBinOp()
192 Instruction::BinaryOps OpcodeToExtract = (Instruction::BinaryOps)OpcToExtract; in FactorizeBinOp()
261 Instruction::BinaryOps Opcode = (Instruction::BinaryOps)Opc; in SimplifyAssociativeBinOp()
1064 static Value *SimplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyDiv()
1187 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyRem()
DScalarEvolutionExpander.cpp152 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop()
/external/clang/lib/CodeGen/
DCGAtomic.cpp188 llvm::Instruction::BinaryOps PostOp = (llvm::Instruction::BinaryOps)0; in EmitAtomicOp()
DItaniumCXXABI.cpp608 llvm::Instruction::BinaryOps And, Or; in EmitMemberPointerComparison()
DCGExprScalar.cpp1479 llvm::Instruction::BinaryOps op = isInc ? llvm::Instruction::Add : in EmitScalarPrePostIncDec()
DCGBuiltin.cpp115 Instruction::BinaryOps Op) { in EmitBinaryAtomicPost()
/external/llvm/lib/IR/
DInstructions.cpp1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
1745 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
1759 void BinaryOperator::init(BinaryOps iType) { in init()
1834 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, in Create()
1842 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, in Create()
DCore.cpp2024 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp()
DConstants.cpp2770 BinaryOperator::Create((Instruction::BinaryOps)getOpcode(), in getAsInstruction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp336 Instruction::BinaryOps Op; in Act()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1569 static Instruction::BinaryOps
1703 Instruction::BinaryOps Op = getReductionBinOp(RdxDesc.Kind); in vectorizeLoop()
1730 Instruction::BinaryOps Op = getReductionBinOp(RdxDesc.Kind); in vectorizeLoop()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp720 NewOp = BinaryOperator::Create(Instruction::BinaryOps(Opcode), in RewriteExprTree()
/external/llvm/lib/AsmParser/
DLLParser.cpp3625 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseArithmetic()
3642 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseLogical()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2098 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2006 Instruction::BinaryOps Opc = Instruction::BinaryOpsEnd; in FoldBranchToCommonDest()