Home
last modified time | relevance | path

Searched refs:Con (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp102 Value *Val = nullptr; Constant *Con = nullptr; in FindScalarElement() local
103 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) { in FindScalarElement()
104 if (Con->getAggregateElement(EltNo)->isNullValue()) in FindScalarElement()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h273 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get() argument
278 X.Data = (uintptr_t)Con; in get()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3533 for (DeclContext::lookup_const_iterator Con = R.begin(), in EvaluateUnaryTypeTrait() local
3534 ConEnd = R.end(); Con != ConEnd; ++Con) { in EvaluateUnaryTypeTrait()
3538 if (isa<FunctionTemplateDecl>(*Con)) in EvaluateUnaryTypeTrait()
3540 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con); in EvaluateUnaryTypeTrait()
3573 for (DeclContext::lookup_const_iterator Con = R.begin(), in EvaluateUnaryTypeTrait() local
3574 ConEnd = R.end(); Con != ConEnd; ++Con) { in EvaluateUnaryTypeTrait()
3576 if (isa<FunctionTemplateDecl>(*Con)) in EvaluateUnaryTypeTrait()
3578 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con); in EvaluateUnaryTypeTrait()
H A DSemaInit.cpp3117 Con = Ctors.begin(), ConEnd = Ctors.end(); Con != ConEnd; ++Con) { in ResolveConstructorOverload() local
3118 NamedDecl *D = *Con; in ResolveConstructorOverload()
4178 Con = CopyOfCon.begin(), ConEnd = CopyOfCon.end(); in TryUserDefinedConversion() local
4179 Con != ConEnd; ++Con) { in TryUserDefinedConversion()
4180 NamedDecl *D = *Con; in TryUserDefinedConversion()
H A DSemaOverload.cpp2905 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end(); in IsInitializerListConstructorConversion() local
2906 Con != ConEnd; ++Con) { in IsInitializerListConstructorConversion()
2907 NamedDecl *D = *Con; in IsInitializerListConstructorConversion()
3040 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end(); in IsUserDefinedConversion() local
3041 Con != ConEnd; ++Con) { in IsUserDefinedConversion()
3042 NamedDecl *D = *Con; in IsUserDefinedConversion()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp656 SDValue Con = DAG.getConstant(CFP->getValueAPF(). in OptimizeFloatStore() local
659 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), in OptimizeFloatStore()
666 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). in OptimizeFloatStore() local
668 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), in OptimizeFloatStore()
H A DLegalizeVectorTypes.cpp1655 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); in SplitVecOp_VSETCC() local
1656 return PromoteTargetBoolean(Con, N->getValueType(0)); in SplitVecOp_VSETCC()
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn.tex265 \hline \textbf{Criteria} & \textbf{Pro} & \textbf{Con} & \textbf{Notes} \\