Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp488 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
499 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
H A DInstCombineAndOrXor.cpp2736 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitAnd() local
2745 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitAnd() local
4273 Value *IsNeg = Builder.CreateIsNeg(A); canonicalizeAbs() local
H A DInstCombineAddSub.cpp2568 Value *IsNeg = Builder.CreateIsNeg(A); visitSub() local
H A DInstCombineSelect.cpp1871 Value *IsNeg = Builder.CreateIsNeg(CmpLHS, ICI->getName()); foldSelectInstWithICmp() local
/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1048 bool IsNeg = false; EmitPrintAliasInstruction() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1795 const bool IsNeg = Offset < 0; LowerMOVaddrPAC() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3027 Value *IsNeg = B.CreateIsNeg(X); optimizeAbs() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3247 bool IsNeg = false; parseRealValue() local
H A DMasmParser.cpp3817 bool IsNeg = false; parseRealValue() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2877 SDValue IsNeg = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETLT); ExpandHvxIntToFp() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18047 __anonef002ddf1902(bool IsNeg, bool IsAddOne, EVT VT) combineMUL() argument
18078 bool IsNeg = MulAmt.isNegative(); combineMUL() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3125 Value *IsNeg = Builder.CreateICmpSLT(ArgValue, Zero, "isneg"); EmitBuiltinExpr() local
3947 Value *IsNeg = EmitSignBit(*this, Arg); EmitBuiltinExpr() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4801 bool IsNeg = StringRef(BLGPLoc.getPointer()).starts_with("neg:"); validateBLGP() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5491 auto IsNeg = Builder.buildICmp(CmpInst::Predicate::ICMP_SLT, CCVT, RHS, Zero); applySDivByPow2() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3868 Value *IsNeg = Builder.CreateICmpSLT(Step, Zero); createCanonicalLoop() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19549 bool IsNeg = false; isLegalT2AddressImmediate() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4850 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); visitSDIVLike() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19286 SDValue IsNeg = DAG.getSetCC(DL, MVT::v4i64, Src, Zero, ISD::SETLT); lowerINT_TO_FP_vXi64() local
33211 SDValue IsNeg = DAG.getSetCC(dl, MVT::v2i64, Src, Zero, ISD::SETLT); ReplaceNodeResults() local
[all...]