Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Low

433 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low,
437 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul);
550 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);
556 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High);