Searched refs:CreateBinOp (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp372 Value *NSh = Builder->CreateBinOp(I.getOpcode(), TrOp, ShAmt,I.getName());
422 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), YS, V1,
455 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), V1, YS,
516 Builder->CreateBinOp(I.getOpcode(), Op0BO->getOperand(0), Op1);
H A DInstructionCombining.cpp405 V = Builder->CreateBinOp(TopLevelOpcode, B, D, Op1->getName());
408 V = Builder->CreateBinOp(InnerOpcode, A, V);
427 V = Builder->CreateBinOp(TopLevelOpcode, A, C, Op0->getName());
430 V = Builder->CreateBinOp(InnerOpcode, V, B);
457 C = Builder->CreateBinOp(InnerOpcode, L, R);
482 A = Builder->CreateBinOp(InnerOpcode, L, R);
549 return IC->Builder->CreateBinOp(BO->getOpcode(), Op0, Op1,
709 InV = Builder->CreateBinOp(cast<BinaryOperator>(I).getOpcode(),
/external/llvm/include/llvm/Support/
H A DConstantFolder.h97 Constant *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::ConstantFolder
H A DTargetFolder.h109 Constant *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::TargetFolder
H A DNoFolder.h147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::NoFolder
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp630 EqZero = Builder.CreateBinOp(And, EqZero, OrAdjAnd1EqZero);
634 llvm::Value *Result = Builder.CreateBinOp(Or, EqZero, AdjEq);
635 Result = Builder.CreateBinOp(And, PtrEq, Result,
H A DCGBuiltin.cpp141 Result = CGF.Builder.CreateBinOp(Op, Result, Args[1]);
H A DCGExpr.cpp2987 Result = CGF.Builder.CreateBinOp(PostOp, RMWI, LoadVal1);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1922 cast<Instruction>(Builder.CreateBinOp(Opc, PBI->getCondition(),
1949 cast<Instruction>(Builder.CreateBinOp(Instruction::And,
1954 cast<Instruction>(Builder.CreateBinOp(Instruction::Or,
1962 cast<Instruction>(Builder.CreateBinOp(Instruction::And,
1970 cast<Instruction>(Builder.CreateBinOp(Instruction::Or,
/external/llvm/include/llvm/
H A DIRBuilder.h757 Value *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::IRBuilder
761 return Insert(Folder.CreateBinOp(Opc, LC, RC), Name);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp193 Instruction *BO = cast<Instruction>(Builder.CreateBinOp(Opcode, LHS, RHS));
/external/llvm/lib/VMCore/
H A DCore.cpp1983 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS),

Completed in 2129 milliseconds