Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp154 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 DSDNodeDbgValue.h55 const Value *getConst() const { in getConst() function
93 return getConst() == Other.getConst();
H A DInstrEmitter.cpp732 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 DLoweringHelpers.h43 mlir::Value getConst(mlir::OpBuilder &bld, mlir::Location loc, mlir::Type typ,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1295 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 DHexagonBitSimplify.cpp213 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()