/external/llvm/lib/Transforms/InstCombine/ |
InstCombineVectorOps.cpp | 102 Value *Val = nullptr; Constant *Con = nullptr; 103 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) { 104 if (Con->getAggregateElement(EltNo)->isNullValue()) [all...] |
/external/clang/include/clang/Basic/ |
SourceManager.h | 273 static FileInfo get(SourceLocation IL, const ContentCache *Con, 278 X.Data = (uintptr_t)Con; [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
SemaInit.cpp | [all...] |
SemaOverload.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 667 SDValue Con = DAG.getConstant(CFP->getValueAPF(). 670 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), 677 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). 679 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), [all...] |
LegalizeVectorTypes.cpp | [all...] |