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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3615 bool IsTgtIntrinsic = TLI->getTgtMemIntrinsic(Info, I, Intrinsic); local
3618 if (!IsTgtIntrinsic || Info.opc == ISD::INTRINSIC_VOID ||
3638 if (IsTgtIntrinsic) {

Completed in 54 milliseconds