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

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp 704 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 255 static Constant *getZeroValueForNegation(Type *Ty);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp 489 ? llvm::ConstantFP::getZeroValueForNegation(Imag->getType())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 762 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType()));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 197 milliseconds