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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp101 const ConstantInt *InitIntValue = dyn_cast<ConstantInt>(InitValue); local
105 (InitIntValue && InitIntValue->isZero()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp60 const auto *InitIntValue = dyn_cast<ConstantInt>(InitVal);
61 if (InitIntValue && InitIntValue->isZero())

Completed in 115 milliseconds