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/IR/
IRBuilder.h 815 Value *CreateFNeg(Value *V, const Twine &Name = "", MDNode *FPMathTag = 0) {
817 return Insert(Folder.CreateFNeg(VC), Name);
818 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 67 milliseconds