HomeSort by relevance Sort by last modified time
    Searched refs:ScalarizeVecOp_STORE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 543 SDValue ScalarizeVecOp_STORE(StoreSDNode *N, unsigned OpNo);
    [all...]
LegalizeVectorTypes.cpp 423 Res = ScalarizeVecOp_STORE(cast<StoreSDNode>(N), OpNo);
499 /// ScalarizeVecOp_STORE - If the value to store is a vector that needs to be
501 SDValue DAGTypeLegalizer::ScalarizeVecOp_STORE(StoreSDNode *N, unsigned OpNo){
    [all...]

Completed in 98 milliseconds