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

1 2

  /external/llvm/include/llvm/IR/
InstrTypes.h 332 void init(BinaryOps iType);
333 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
335 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
356 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
364 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
389 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
395 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
401 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
408 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2,
414 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2
    [all...]
ConstantRange.h 93 static ConstantRange makeNoWrapRegion(Instruction::BinaryOps BinOp,
Instruction.h 464 enum BinaryOps {
ConstantFolder.h 97 Constant *CreateBinOp(Instruction::BinaryOps Opc,
NoFolder.h 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc,
IRBuilder.h 741 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc,
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 237 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
TargetFolder.h 109 Constant *CreateBinOp(Instruction::BinaryOps Opc,
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 105 Builder.CreateBinOp((Instruction::BinaryOps)OpCode,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 128 Instruction::BinaryOps Opcode = I.getOpcode();
190 Instruction::BinaryOps Opcode = I.getOpcode();
336 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
337 Instruction::BinaryOps ROp) {
375 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
376 Instruction::BinaryOps ROp) {
406 static Value *getIdentityValue(Instruction::BinaryOps OpCode, Value *V) {
424 static Instruction::BinaryOps
425 getBinOpsForFactorization(Instruction::BinaryOps TopLevelOpcode,
456 Instruction::BinaryOps InnerOpcode, Value *A
    [all...]
InstCombineCasts.cpp 187 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 356 return Builder.CreateBinOp(Instruction::BinaryOps(C->getOpcode()),
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 121 static Instruction::BinaryOps mapBinOpcode(unsigned Opcode) {
SeparateConstOffsetFromGEP.cpp 662 BinaryOperator::BinaryOps NewOp = BO->getOpcode();
    [all...]
Reassociate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 505 llvm::Instruction::BinaryOps PostOp = (llvm::Instruction::BinaryOps)0;
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantRange.cpp 130 ConstantRange ConstantRange::makeNoWrapRegion(Instruction::BinaryOps BinOp,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 142 Instruction::BinaryOps OpcodeToExpand = (Instruction::BinaryOps)OpcToExpand;
200 Instruction::BinaryOps Opcode = (Instruction::BinaryOps)Opc;
    [all...]
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp 173 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 697 Instruction::BinaryOps Opc, BranchProbability TW,
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 346 Instruction::BinaryOps Op;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1261 milliseconds

1 2