Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1981 const Value *IntExtVal = nullptr; in selectLoad() local
1985 IntExtVal = ZE; in selectLoad()
1990 IntExtVal = SE; in selectLoad()
2014 if (IntExtVal) { in selectLoad()
2018 Register Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2052 updateValueMap(IntExtVal, ResultReg); in selectLoad()