Searched refs:LoadVT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5479 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, argument
5511 SDValue LoadVal = Builder.DAG.getLoad(LoadVT, Builder.getCurDebugLoc(), Root,
5543 MVT LoadVT; local
5547 LoadVT = MVT::Other;
5552 LoadVT = MVT::i16;
5556 LoadVT = MVT::i32;
5560 LoadVT = MVT::i64;
5565 LoadVT = MVT::v4i32;
5582 if (!TLI.isTypeLegal(LoadVT) ||!TLI.allowsUnalignedMemoryAccesses(LoadVT))
[all...]

Completed in 62 milliseconds