/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 136 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local 137 if (!CInt) in handlePhiDef()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | parse.c | 113 CInt = 0, CSInt, CUInt, CReal, enumerator 241 .class = CInt, 294 .class = CInt, 1494 [CInt] = int_types + 2, 1502 return types[want_unsigned ? CUInt : CInt][size]; in ctype_integer() 1523 int class = CInt; in declaration_specifiers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 366 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local 367 if (!CAZ && !CDV && !CInt) in simplifyX86immShift() 387 else if (CInt) in simplifyX86immShift() 388 Count = CInt->getValue(); in simplifyX86immShift() 675 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local 676 if (!CInt) in simplifyX86insertps() 687 uint8_t Imm = CInt->getZExtValue(); in simplifyX86insertps()
|
D | InstructionCombining.cpp | 641 const APInt *CInt; in tryFactorization() local 642 if (match(V, m_APInt(CInt))) { in tryFactorization() 643 if (!CInt->isMinSignedValue()) in tryFactorization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1804 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local 1805 if (CInt.getBoolValue()) in getPowerOf2Factor() 1806 MaxFactor = CInt.countTrailingZeros(); in getPowerOf2Factor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3428 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local 3429 if (!CInt) { in getEntryCost() 3435 !CInt->getValue().isPowerOf2()) in getEntryCost() 3438 CInt0 = CInt; in getEntryCost() 3441 if (CInt0 != CInt) in getEntryCost()
|
D | LoopVectorize.cpp | 4202 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local 4203 return !CInt || CInt->isZero(); in mayDivideByZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3037 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in computeKnownBits() local 3038 const APInt &Value = CInt->getValue(); in computeKnownBits() 3055 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in computeKnownBits() local 3056 const APInt &Value = CInt->getValue(); in computeKnownBits() 4011 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in ComputeNumSignBits() local 4012 const APInt &Value = CInt->getValue(); in ComputeNumSignBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2322 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local 2323 return convertStrToNumber(CI, Str, CInt->getSExtValue()); in optimizeStrtol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2813 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local 2816 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in skipExtensionForVectorMULL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8537 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local 8540 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in SkipExtensionForVMULL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6212 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in getTargetConstantBitsFromNode() local 6213 Mask = CInt->getValue(); in getTargetConstantBitsFromNode()
|