Searched defs:Con (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 667 SDValue Con = DAG.getConstant(CFP->getValueAPF(). local 670 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(), 677 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). local 679 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
|
H A D | LegalizeVectorTypes.cpp | 1503 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); local 1504 return PromoteTargetBoolean(Con, N->getValueType(0));
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 102 Value *Val = nullptr; Constant *Con = nullptr; local 103 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) { 104 if (Con->getAggregateElement(EltNo)->isNullValue())
|
/external/clang/include/clang/Basic/ |
H A D | SourceManager.h | 273 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument 278 X.Data = (uintptr_t)Con;
|
Completed in 186 milliseconds