Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp63 const auto *InitIntValue = dyn_cast<ConstantInt>(InitVal); in add() local
64 if (InitIntValue && InitIntValue->isZero()) in add()
H A DLayer.cpp67 const auto *InitIntValue = dyn_cast<ConstantInt>(InitVal); in IRMaterializationUnit() local
68 if (InitIntValue && InitIntValue->isZero()) in IRMaterializationUnit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp125 const ConstantInt *InitIntValue = dyn_cast<ConstantInt>(InitValue); in addEmuTlsVar() local
129 (InitIntValue && InitIntValue->isZero())) in addEmuTlsVar()