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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp235 static const Value *getNoopInput(const Value *V, function
331 /// instructions handled by getNoopInput above as well as free truncations (or
345 RetVal = getNoopInput(RetVal, RetIndices, BitsRequired, TLI, DL);
357 CallVal = getNoopInput(CallVal, CallIndices, BitsProvided, TLI, DL);

Completed in 82 milliseconds