HomeSort by relevance Sort by last modified time
    Searched defs:CreateNeg (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
ConstantFolder.h 106 Constant *CreateNeg(Constant *C,
NoFolder.h 156 Instruction *CreateNeg(Constant *C,
158 BinaryOperator *BO = BinaryOperator::CreateNeg(C);
TargetFolder.h 118 Constant *CreateNeg(Constant *C,
  /external/llvm/include/llvm/IR/
IRBuilder.h 800 Value *CreateNeg(Value *V, const Twine &Name = "",
803 return Insert(Folder.CreateNeg(VC, HasNUW, HasNSW), Name);
804 BinaryOperator *BO = Insert(BinaryOperator::CreateNeg(V), Name);
810 return CreateNeg(V, Name, false, true);
813 return CreateNeg(V, Name, true, false);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 27 milliseconds