Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1975 const Value *IntExtVal = nullptr; in selectLoad() local
1979 IntExtVal = ZE; in selectLoad()
1984 IntExtVal = SE; in selectLoad()
2008 if (IntExtVal) { in selectLoad()
2012 Register Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2046 updateValueMap(IntExtVal, ResultReg); in selectLoad()