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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp100 Value *Val = 0; Constant *Con = 0; local
101 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) {
102 if (Con->getAggregateElement(EltNo)->isNullValue())
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3476 for (DeclContext::lookup_const_iterator Con = R.begin(),
3477 ConEnd = R.end(); Con != ConEnd; ++Con) {
3481 if (isa<FunctionTemplateDecl>(*Con))
3483 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3515 for (DeclContext::lookup_const_iterator Con = R.begin(),
3516 ConEnd = R.end(); Con != ConEnd; ++Con) {
3518 if (isa<FunctionTemplateDecl>(*Con))
3520 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
[all...]
H A DSemaInit.cpp3023 Con = Ctors.begin(), ConEnd = Ctors.end(); Con != ConEnd; ++Con) {
3024 NamedDecl *D = *Con;
4082 Con = CopyOfCon.begin(), ConEnd = CopyOfCon.end();
4083 Con != ConEnd; ++Con) {
4084 NamedDecl *D = *Con;
H A DSemaOverload.cpp2937 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end();
2938 Con != ConEnd; ++Con) {
2939 NamedDecl *D = *Con;
3072 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end();
3073 Con != ConEnd; ++Con) {
3074 NamedDecl *D = *Con;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp669 SDValue Con = DAG.getConstant(CFP->getValueAPF(). local
672 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
679 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). local
681 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
H A DLegalizeVectorTypes.cpp1406 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); local
1407 return PromoteTargetBoolean(Con, N->getValueType(0));

Completed in 319 milliseconds