Home
last modified time | relevance | path

Searched refs:CInt (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dcast.c24 typedef _Complex int CInt; typedef
37 (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 …]
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp643 auto CInt = dyn_cast<ConstantInt>(II->getArgOperand(1)); in visitCallInst() local
644 if (!CDV && !CInt) in visitCallInst()
650 Count = CInt; in visitCallInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1578 ConstantInt *CInt = nullptr; in getEntryCost() local
1586 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()
H A DLoopVectorize.cpp6000 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local
6001 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost()
6008 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local
6009 if (CInt && CInt->getValue().isPowerOf2()) in getInstructionCost()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4066 if (ConstantInt *CInt = dyn_cast<ConstantInt>(OrigV)) { in OptimizeBranchInst() local
4072 if (CInt->getValue() != BitWidth) in OptimizeBranchInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1762 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
1765 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), MVT::i32)); in skipExtensionForVectorMULL()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5988 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
5991 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), MVT::i32)); in SkipExtensionForVMULL()