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

  /external/llvm/include/llvm/Support/
NoFolder.h 163 Instruction *CreateNSWNeg(Constant *C) const {
164 return BinaryOperator::CreateNSWNeg(C);
  /external/llvm/include/llvm/
InstrTypes.h 293 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name = "",
295 static BinaryOperator *CreateNSWNeg(Value *Op, const Twine &Name,
    [all...]
IRBuilder.h 774 Value *CreateNSWNeg(Value *V, const Twine &Name = "") {
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 45 milliseconds