Searched refs:CInt (Results 1 – 7 of 7) sorted by relevance
24 typedef _Complex int CInt; typedef37 (void) (CInt) v; in testBool()51 (void) (CInt) v; in testInt()73 (void) (CInt) v; in testLong()87 (void) (CInt) v; in testFloat()99 (void) (CInt) v; in testDouble()105 void testCI(CInt v) { in testCI()111 (void) (CInt) v; in testCI()123 (void) (CInt) v; in testCLong()135 (void) (CInt) v; in testCFloat()[all …]
643 auto CInt = dyn_cast<ConstantInt>(II->getArgOperand(1)); in visitCallInst() local644 if (!CDV && !CInt) in visitCallInst()650 Count = CInt; in visitCallInst()
1578 ConstantInt *CInt = nullptr; in getEntryCost() local1586 CInt = cast<ConstantInt>(I->getOperand(1)); in getEntryCost()1590 CInt != cast<ConstantInt>(I->getOperand(1))) in getEntryCost()1595 if (Op2VK == TargetTransformInfo::OK_UniformConstantValue && CInt && in getEntryCost()1596 CInt->getValue().isPowerOf2()) in getEntryCost()
6000 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local6001 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost()6008 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local6009 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost()
4066 if (ConstantInt *CInt = dyn_cast<ConstantInt>(OrigV)) { in OptimizeBranchInst() local4072 if (CInt->getValue() != BitWidth) in OptimizeBranchInst()
1762 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local1765 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), MVT::i32)); in skipExtensionForVectorMULL()
5988 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local5991 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), MVT::i32)); in SkipExtensionForVMULL()