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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12800 /// hasNormalLoadOperand - Check if any of the operands of a BUILD_VECTOR node
12804 static bool hasNormalLoadOperand(SDNode *N) { function
12831 if (VT.getVectorElementType() != MVT::i64 || !hasNormalLoadOperand(N))

Completed in 556 milliseconds