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

  /external/llvm/include/llvm/IR/
InstrTypes.h 315 /// getNegArgument, getNotArgument - Helper functions to extract the
319 static const Value *getNegArgument(const Value *BinOp);
320 static Value *getNegArgument( Value *BinOp);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 517 return BinaryOperator::getNegArgument(V);
    [all...]

Completed in 302 milliseconds