Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h438 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1007 bool IsNeg = false; in EmitPrintAliasInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1198 Value *IsNeg = Builder.CreateICmpSLT(Step, Zero); in createCanonicalLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2265 Value *IsNeg = B.CreateICmpSLT(X, Constant::getNullValue(X->getType())); in optimizeAbs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3220 bool IsNeg = false; in parseRealValue() local
H A DMasmParser.cpp3613 bool IsNeg = false; in parseRealValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16740 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL()
16771 bool IsNeg = MulAmt.isNegative(); in combineMUL() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2647 Value *IsNeg = Builder.CreateICmpSLT(ArgValue, Zero, "isneg"); in EmitBuiltinExpr() local
3124 Value *IsNeg = EmitSignBit(*this, Arg); in EmitBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17567 bool IsNeg = false; in isLegalT2AddressImmediate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4241 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); in visitSDIVLike() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19921 SDValue IsNeg = DAG.getSetCC(DL, MVT::v4i64, Src, Zero, ISD::SETLT); in lowerINT_TO_FP_vXi64() local
30898 SDValue IsNeg = DAG.getSetCC(dl, MVT::v2i64, Src, Zero, ISD::SETLT); in ReplaceNodeResults() local