Searched defs:Con (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp667 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 DLegalizeVectorTypes.cpp1503 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 DInstCombineVectorOps.cpp102 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 DSourceManager.h273 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument
278 X.Data = (uintptr_t)Con;

Completed in 317 milliseconds