Searched refs:getConst (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/ |
| H A D | LoweringHelpers.cpp | 154 mlir::Value getConst(mlir::OpBuilder &bld, mlir::Location loc, mlir::Type typ, in getConst() function 162 mlir::Value rhsVal = getConst(bld, lhs.getLoc(), lhs.getType(), rhs); in createShL() 169 mlir::Value rhsVal = getConst(bld, lhs.getLoc(), lhs.getType(), rhs); in createAShR() 182 mlir::Value rhsVal = getConst(bld, lhs.getLoc(), lhs.getType(), rhs); in createLShR()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 55 const Value *getConst() const { in getConst() function 93 return getConst() == Other.getConst();
|
| H A D | InstrEmitter.cpp | 732 const Value *V = Op.getConst(); in GetMOForConstDbgOp() 956 const Value *V = LocationOps[0].getConst(); in EmitDbgValueFromSingleOp()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | LoweringHelpers.h | 43 mlir::Value getConst(mlir::OpBuilder &bld, mlir::Location loc, mlir::Type typ,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 1295 SVal getConst(SymbolRef Sym) { in simplifySValOnce() function in SimpleSValBuilder::simplifySValOnce::Simplifier 1305 const SVal Ret = getConst(Sym); in simplifySValOnce()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 213 static bool getConst(const BitTracker::RegisterCell &RC, uint16_t B, 345 bool HexagonBitSimplify::getConst(const BitTracker::RegisterCell &RC, in getConst() function in HexagonBitSimplify 1490 if (HBS::getConst(DRC, 0, DRC.width(), U)) { in processBlock() 1984 if (!HBS::getConst(RC, 0, RC.width(), U)) in genStoreImmediate()
|