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

  /external/llvm/include/llvm/Support/
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
  /external/llvm/include/llvm/
IRBuilder.h 780 Value *CreateFNeg(Value *V, const Twine &Name = "", MDNode *FPMathTag = 0) {
782 return Insert(Folder.CreateFNeg(VC), Name);
783 return Insert(AddFPMathTag(BinaryOperator::CreateFNeg(V), FPMathTag), Name);
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 57 milliseconds