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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp147 bool handleConstantAddresses(const Value *V, X86AddressMode &AM);
717 bool X86FastISel::handleConstantAddresses(const Value *V, X86AddressMode &AM) { function in class:X86FastISel
975 if (handleConstantAddresses(I, AM))
985 return handleConstantAddresses(V, AM);

Completed in 166 milliseconds