Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1882 const Value *IntExtVal = nullptr; in selectLoad() local
1886 IntExtVal = ZE; in selectLoad()
1891 IntExtVal = SE; in selectLoad()
1915 if (IntExtVal) { in selectLoad()
1919 unsigned Reg = lookUpRegForValue(IntExtVal); in selectLoad()
1952 updateValueMap(IntExtVal, ResultReg); in selectLoad()