Home
last modified time | relevance | path

Searched defs:Neg (Results 1 – 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DNeg.java30 public class Neg extends UnaryOperation class
/external/skia/src/core/
DSkFloat.cpp123 int32_t SkFloat::Neg(int32_t packed) in Neg() function in SkFloat
/external/clang/lib/Driver/
DArgList.cpp114 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp248 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); in MatchAddress() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp190 Value *Neg = dyn_castNegVal(Op1C); in visitMul() local
DInstCombineCompares.cpp1398 Value *Neg = Builder->CreateNeg(BOp1); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp212 static Instruction *LowerNegateToMultiply(Instruction *Neg, in LowerNegateToMultiply()
DSimplifyLibCalls.cpp1059 Value *Neg = B.CreateNeg(Op, "neg"); in CallOptimizer() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp910 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); in MatchAddressRecursively() local
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1840 bool Neg = false; in EmitComputeAvailableFeatures() local
DLLVMCConfigurationEmitter.cpp1355 const char* Neg = (EmitNegate_ ? "!" : ""); in operator ()() local