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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 372 Value *NSh = Builder->CreateBinOp(I.getOpcode(), TrOp, ShAmt,I.getName());
422 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), YS, V1,
454 Value *X = Builder->CreateBinOp(Op0BO->getOpcode(), V1, YS,
513 Builder->CreateBinOp(I.getOpcode(), Op0BO->getOperand(0), Op1);
InstructionCombining.cpp 426 V = Builder->CreateBinOp(TopLevelOpcode, B, D, Op1->getName());
429 V = Builder->CreateBinOp(InnerOpcode, A, V);
448 V = Builder->CreateBinOp(TopLevelOpcode, A, C, Op0->getName());
451 V = Builder->CreateBinOp(InnerOpcode, V, B);
478 C = Builder->CreateBinOp(InnerOpcode, L, R);
503 A = Builder->CreateBinOp(InnerOpcode, L, R);
570 return IC->Builder->CreateBinOp(BO->getOpcode(), Op0, Op1,
730 InV = Builder->CreateBinOp(cast<BinaryOperator>(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/clang/lib/CodeGen/
ItaniumCXXABI.cpp 663 EqZero = Builder.CreateBinOp(And, EqZero, OrAdjAnd1EqZero);
667 llvm::Value *Result = Builder.CreateBinOp(Or, EqZero, AdjEq);
668 Result = Builder.CreateBinOp(And, PtrEq, Result,
    [all...]
CGAtomic.cpp 303 Result = CGF.Builder.CreateBinOp(PostOp, RMWI, LoadVal1);
    [all...]
CGBuiltin.cpp 139 Result = CGF.Builder.CreateBinOp(Op, Result, Args[1]);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 789 Value *CreateBinOp(Instruction::BinaryOps Opc,
793 return Insert(Folder.CreateBinOp(Opc, LC, RC), Name);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 193 Instruction *BO = cast<Instruction>(Builder.CreateBinOp(Opcode, LHS, RHS));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 96 milliseconds