Searched refs:Con (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp98 Value *Val = 0; Constant *Con = 0; local
99 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) {
100 if (Con->getAggregateElement(EltNo)->isNullValue())
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h258 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument
263 X.Data = (uintptr_t)Con;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3306 for (DeclContext::lookup_const_iterator Con = R.begin(),
3307 ConEnd = R.end(); Con != ConEnd; ++Con) {
3311 if (isa<FunctionTemplateDecl>(*Con))
3313 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3345 for (DeclContext::lookup_const_iterator Con = R.begin(),
3346 ConEnd = R.end(); Con != ConEnd; ++Con) {
3348 if (isa<FunctionTemplateDecl>(*Con))
3350 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
[all...]
H A DSemaInit.cpp2846 Con = Ctors.begin(), ConEnd = Ctors.end(); Con != ConEnd; ++Con) {
2847 NamedDecl *D = *Con;
3881 Con = CopyOfCon.begin(), ConEnd = CopyOfCon.end();
3882 Con != ConEnd; ++Con) {
3883 NamedDecl *D = *Con;
H A DSemaOverload.cpp2958 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end();
2959 Con != ConEnd; ++Con) {
2960 NamedDecl *D = *Con;
3086 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end();
3087 Con != ConEnd; ++Con) {
3088 NamedDecl *D = *Con;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp658 SDValue Con = DAG.getConstant(CFP->getValueAPF(). local
661 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
668 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). local
670 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
H A DLegalizeVectorTypes.cpp1371 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); local
1372 return PromoteTargetBoolean(Con, N->getValueType(0));

Completed in 132 milliseconds