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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1086 /// addBypassSlowDivType - Tells the code generator which types to bypass.
1087 void addBypassSlowDivType(Type *slow_type, Type *fast_type) { function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp187 addBypassSlowDivType(Type::getInt32Ty(getGlobalContext()), Type::getInt8Ty(getGlobalContext()));

Completed in 309 milliseconds