Home
last modified time | relevance | path

Searched refs:IntExtVal (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1957 const Value *IntExtVal = nullptr; in selectLoad() local
1961 IntExtVal = ZE; in selectLoad()
1966 IntExtVal = SE; in selectLoad()
1990 if (IntExtVal) { in selectLoad()
1994 unsigned Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2028 updateValueMap(IntExtVal, ResultReg); in selectLoad()